From 55da7240267362711ded23edf7081f48cd2eef09 Mon Sep 17 00:00:00 2001 From: Enrico Zini Date: Tue, 11 Aug 2009 21:45:33 +0100 Subject: [PATCH] Log when opening device --- src/input.vala | 1 + 1 file changed, 1 insertion(+) diff --git a/src/input.vala b/src/input.vala index a49223e..7eeb9a8 100644 --- a/src/input.vala +++ b/src/input.vala @@ -90,6 +90,7 @@ public abstract class DevInput : zavai.Service close_fd(); // Open the device and listed to it using the GObject main loop + zavai.log.info("Opening device " + device); fd = new IOChannel.file(device, "r"); fd.set_encoding(null); fd.set_buffered(false); -- 2.30.2