fix a couple of debug msgs

This commit is contained in:
Balazs Gerofi
2016-08-14 11:30:17 +09:00
parent 45e51fcc07
commit 3fa3920bb3
2 changed files with 3 additions and 3 deletions

View File

@@ -371,7 +371,7 @@ int main(void)
}
kmsg_init(mode);
kputs("MCK started.\n");
kputs("IHK/McKernel started.\n");
arch_init();
@@ -393,7 +393,7 @@ int main(void)
futex_init();
kputs("MCK/IHK booted.\n");
kputs("IHK/McKernel booted.\n");
#ifdef DCFA_KMOD
mc_cmd_client_init();