cec: fixed - the wrong setting was being read when powering on devices. added debug...
[deb_libcec.git] / src / lib / devices / CECBusDevice.cpp
index f340d54a96b8412799b0f3da993395bedc25114e..13ba22e75ae36c2cdf38a264cbf1945c11b15797 100644 (file)
@@ -1030,6 +1030,7 @@ void CCECBusDevice::SetUnsupportedFeature(cec_opcode opcode)
 
 bool CCECBusDevice::ActivateSource(void)
 {
+  CLibCEC::AddLog(CEC_LOG_DEBUG, "activating source '%s'", ToString(m_iLogicalAddress));
   MarkBusy();
   bool bReturn = m_handler->ActivateSource();
   MarkReady();