diff options
author | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:00:33 -0500 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:00:33 -0500 |
commit | e71a78057dc6fc660eb79de9b29f342084439e54 (patch) | |
tree | 8ea4c5dd280496219dc9c83f052b08e1fd9f9a9f /instr-daemon.c | |
parent | fe3ab1a417a4dec82a62edce46595e779d9f3f8b (diff) |
new power fail message
Diffstat (limited to 'instr-daemon.c')
-rw-r--r-- | instr-daemon.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/instr-daemon.c b/instr-daemon.c index c2992fc..c850c2f 100644 --- a/instr-daemon.c +++ b/instr-daemon.c @@ -342,6 +342,8 @@ static gboolean periodic_poll (void) } LCD_clear(); + LCD_write(0,0,"PWR: If frozen >10sec, turn off 1min &"); + LCD_write(1,0,"try again."); // use plain old open to avoid any buffering etc int enablefd = open("/proc/sys/kernel/sysrq", O_SYNC | O_RDWR); |