Skip to content

Commit

Permalink
update a printf in the kernel init to match reality
Browse files Browse the repository at this point in the history
  • Loading branch information
travisg committed Oct 10, 2008
1 parent d98cea1 commit b57cdae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b57cdae

Please sign in to comment.