From: Marten Richter Date: Thu, 3 Oct 2013 09:41:09 +0000 (+0200) Subject: Increase cec logging X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=8cd870766c6eaf7fef275160249f0f9899a7e927;p=vompclient-marten.git Increase cec logging --- diff --git a/debian/files b/debian/files deleted file mode 100644 index 416b7c0..0000000 --- a/debian/files +++ /dev/null @@ -1 +0,0 @@ -vompclient-raspi_0.3.1.121104-1_armhf.deb unknown extra diff --git a/remotelinux.cc b/remotelinux.cc index 77d50b9..8b6bae7 100644 --- a/remotelinux.cc +++ b/remotelinux.cc @@ -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; }