From fa78a9754eda034ba8c992edf5aa599fd7c4ebe3 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Wed, 31 Oct 2012 11:41:10 -0400 Subject: different power fail message --- instr-daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'instr-daemon.c') 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); -- cgit