]> git.vomp.tv Git - vompclient.git/commitdiff
Increase cec logging
authorMarten Richter <marten.richter@freenet.de>
Thu, 3 Oct 2013 09:41:09 +0000 (11:41 +0200)
committerMarten Richter <marten.richter@freenet.de>
Thu, 3 Oct 2013 09:41:09 +0000 (11:41 +0200)
debian/files [deleted file]
remotelinux.cc

diff --git a/debian/files b/debian/files
deleted file mode 100644 (file)
index 416b7c0..0000000
+++ /dev/null
@@ -1 +0,0 @@
-vompclient-raspi_0.3.1.121104-1_armhf.deb unknown extra
index 77d50b92893c7493885682cbd929d861240e9cfc..8b6bae7c8d7f579b246ae4d884d41dede7bc5a7f 100644 (file)
@@ -903,13 +903,13 @@ int RemoteLinux::cecKeyPress(void*param, const cec_keypress &key)
 }
 int RemoteLinux::cecCommand(void *param, const cec_command &command)
 {
-       //Log::getInstance()->log("Remote", Log::DEBUG, "CECCommand: %d",command.opcode);
+       Log::getInstance()->log("Remote", Log::DEBUG, "CECCommand: %d",command.opcode);
        return 1;
 }
 
 int RemoteLinux::cecConfigurationChanged(void *param, const libcec_configuration &config)
 {
-       //Log::getInstance()->log("Remote", Log::DEBUG, "CECConfig:"/*,config.string()*/);
+       Log::getInstance()->log("Remote", Log::DEBUG, "CECConfig:"/*,config.string()*/);
        return 1;
 
 }