summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--device.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/device.vala b/device.vala
index 01b8663..098e25c 100644
--- a/device.vala
+++ b/device.vala
@@ -131,7 +131,7 @@ public class Device {
size_t len, term_char;
if((cond & IOCondition.HUP) == IOCondition.HUP)
- stdout.printf("HUP. Do something");
+ error("Lost device");
try {
ret = gio.read_line(out msg, out len, out term_char);