From 797613e67ca48004141be4d6112c01e62d12d413 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 14 Jun 2013 10:19:00 +0200 Subject: [PATCH] drop good bye message Signed-off-by: John Crispin --- state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.11.0