summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--instr-daemon.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/instr-daemon.c b/instr-daemon.c
index ea5f2b6..28e3447 100644
--- a/instr-daemon.c
+++ b/instr-daemon.c
@@ -343,8 +343,9 @@ static gboolean periodic_poll (void)
}
LCD_clear();
- LCD_write(0,0,"PWR: If frozen >10sec, turn off 1min &");
- LCD_write(1,0,"try again.");
+ 0123456789012345678901234567890123456789
+ LCD_write(0,0,"PWR: Wait 10s. If still frozen, turn");
+ LCD_write(1,0,"off 1min & retry.");
// use plain old open to avoid any buffering etc
int enablefd = open("/proc/sys/kernel/sysrq", O_SYNC | O_RDWR);