update a printf in the kernel init to match reality

This commit is contained in:
Travis Geiselbrecht
2008-10-10 03:09:00 -07:00
parent d98cea14c8
commit b57cdae79d

View File

@@ -116,7 +116,7 @@ static int bootstrap2(void *arg)
dprintf(SPEW, "initializing target\n");
target_init();
dprintf(SPEW, "calling sys_init()\n");
dprintf(SPEW, "calling project_init()\n");
project_init();
return 0;