From 2ee3c13800b11a609229df8f16c7028f52340571 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Thu, 1 Nov 2012 16:26:20 -0400 Subject: remove confusing poweroff screen message entirely --- instr-daemon.c | 1 - 1 file changed, 1 deletion(-) (limited to 'instr-daemon.c') diff --git a/instr-daemon.c b/instr-daemon.c index 985fcc1..d79916d 100644 --- a/instr-daemon.c +++ b/instr-daemon.c @@ -328,7 +328,6 @@ static gboolean periodic_poll (void) } LCD_clear(); - 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