diff options
Diffstat (limited to 'sbin/init')
-rw-r--r-- | sbin/init/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/init/init.c b/sbin/init/init.c index 963ef2c..67a2eac 100644 --- a/sbin/init/init.c +++ b/sbin/init/init.c @@ -1608,7 +1608,7 @@ runshutdown() if (clang == 1) { /* we were waiting for the sub-shell */ kill(wpid, SIGTERM); - warning("timeout expired for %s on %s: %m; going to single used mode", + warning("timeout expired for %s on %s: %m; going to single user mode", _PATH_BSHELL, _PATH_RUNDOWN); return -1; } |