diff options
Diffstat (limited to 'instr-daemon.c')
-rw-r--r-- | instr-daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instr-daemon.c b/instr-daemon.c index 5258362..985fcc1 100644 --- a/instr-daemon.c +++ b/instr-daemon.c @@ -328,7 +328,7 @@ static gboolean periodic_poll (void) } LCD_clear(); - LCD_write(0,0,"Power failed. Shutdown."); + LCD_write(0,0,"Please turn off power."); // use plain old open to avoid any buffering etc int enablefd = open("/proc/sys/kernel/sysrq", O_SYNC | O_RDWR); |