diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-11-01 16:26:20 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-11-01 16:26:20 -0400 |
commit | 2ee3c13800b11a609229df8f16c7028f52340571 (patch) | |
tree | 7e6fca0fed95898badee96a814075881eaa4ccda | |
parent | 6cd0a7b014451b074ac2f0ef827e482277309920 (diff) |
remove confusing poweroff screen message entirely
-rw-r--r-- | instr-daemon.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |