From: Enrico Zini Date: Tue, 11 Aug 2009 20:45:33 +0000 (+0100) Subject: Log when opening device X-Git-Url: https://git.toastfreeware.priv.at/gregoa/zavai.git/commitdiff_plain/55da7240267362711ded23edf7081f48cd2eef09 Log when opening device --- 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);