cec: fixed - old client versions didn't always provide a valid physical address in...
[deb_libcec.git] / src / lib / CECClient.cpp
index d91ae2aa4c4ca204c636cf7418cbf545c87a1d10..afbaaafe8983f6dce032d40aff15fa14cc13ac45 100644 (file)
@@ -138,7 +138,7 @@ bool CCECClient::SetHDMIPort(const cec_logical_address iBaseDevice, const uint8_
       iPort > CEC_MAX_HDMI_PORTNUMBER)
     return bReturn;
 
-  LIB_CEC->AddLog(CEC_LOG_DEBUG, "setting HDMI port to %d on device %s (%d)", iPort, ToString(iBaseDevice), (int)iBaseDevice);
+  LIB_CEC->AddLog(CEC_LOG_NOTICE, "setting HDMI port to %d on device %s (%d)", iPort, ToString(iBaseDevice), (int)iBaseDevice);
 
   // update the configuration
   {