drop good bye message
authorJohn Crispin <blogic@openwrt.org>
Fri, 14 Jun 2013 08:19:00 +0000 (10:19 +0200)
committerJohn Crispin <blogic@openwrt.org>
Fri, 14 Jun 2013 08:19:00 +0000 (10:19 +0200)
Signed-off-by: John Crispin <blogic@openwrt.org>
state.c

diff --git a/state.c b/state.c
index 1abcbca..8fe931e 100644 (file)
--- a/state.c
+++ b/state.c
@@ -65,7 +65,7 @@ static void state_enter(void)
                break;
 
        case STATE_HALT:
                break;
 
        case STATE_HALT:
-               LOG("- reboot -\nprocd says good bye !\n");
+               LOG("- reboot -\n");
                sync();
                sleep(1);
                reboot(reboot_event);
                sync();
                sleep(1);
                reboot(reboot_event);