summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r--sys/kern/init_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index 484cfa4..e6897ad 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -609,6 +609,6 @@ start_init(dummy)
printf("exec %.*s: error %d\n", (int)(next - path),
path, error);
}
- printf("init: not found\n");
+ printf("init: not found in path %s\n", init_path);
panic("no init");
}
OpenPOWER on IntegriCloud