summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--state.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/state.c b/state.c
index c3d2303..c5d90b6 100644
--- a/state.c
+++ b/state.c
@@ -85,7 +85,10 @@ static void state_enter(void)
kill(-1, SIGKILL);
sync();
sleep(1);
- LOG("- reboot -\n");
+ if (reboot_event == RB_POWER_OFF)
+ LOG("- power down -\n");
+ else
+ LOG("- reboot -\n");
/* Allow time for last message to reach serial console, etc */
sleep(1);