summaryrefslogtreecommitdiff
path: root/state.c
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-06-14 10:19:00 +0200
committerJohn Crispin <blogic@openwrt.org>2013-06-14 10:19:00 +0200
commit797613e67ca48004141be4d6112c01e62d12d413 (patch)
treec6a798bd6b885e72e2cbf29d8a0005b7eae71008 /state.c
parent9794bc56af7a25be5a4ce06f7ab6aea1a11c6cf3 (diff)
downloadprocd-797613e67ca48004141be4d6112c01e62d12d413.tar.gz
drop good bye message
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'state.c')
-rw-r--r--state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/state.c b/state.c
index 1abcbca..8fe931e 100644
--- a/state.c
+++ b/state.c
@@ -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);