diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-11-12 13:02:43 -0500 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-11-12 13:02:43 -0500 |
commit | 9ce8474aacf9674911bc21ae735d681d536e85bf (patch) | |
tree | 3c9c26e749efe7e4d5ba6cb778013a8a507d2690 /instr-daemon.c | |
parent | 963139a3517c094181086e901c203fbce38842f6 (diff) |
power fail message tweak
Diffstat (limited to 'instr-daemon.c')
-rw-r--r-- | instr-daemon.c | 5 |
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); |