diff options
author | John Crispin <blogic@openwrt.org> | 2013-06-14 10:19:00 +0200 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-06-14 10:19:00 +0200 |
commit | 797613e67ca48004141be4d6112c01e62d12d413 (patch) | |
tree | c6a798bd6b885e72e2cbf29d8a0005b7eae71008 | |
parent | 9794bc56af7a25be5a4ce06f7ab6aea1a11c6cf3 (diff) | |
download | unitd-797613e67ca48004141be4d6112c01e62d12d413.tar unitd-797613e67ca48004141be4d6112c01e62d12d413.zip |
drop good bye message
Signed-off-by: John Crispin <blogic@openwrt.org>
-rw-r--r-- | state.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ static void state_enter(void) break; case STATE_HALT: - LOG("- reboot -\nprocd says good bye !\n"); + LOG("- reboot -\n"); sync(); sleep(1); reboot(reboot_event); |