From: John Crispin Date: Fri, 14 Jun 2013 08:19:00 +0000 (+0200) Subject: drop good bye message X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fprocd.git;a=commitdiff_plain;h=797613e67ca48004141be4d6112c01e62d12d413 drop good bye message Signed-off-by: John Crispin --- 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);