summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);