bit less bus and log spamming while waiting for the tv to power up
[deb_libcec.git] / src / lib / devices / CECBusDevice.cpp
index a33a9c3ede3b5e152694664b7b5327a09f4dc376..5137cfbc00ad08ce7bf7940cd9fde57e30586484 100644 (file)
@@ -618,7 +618,6 @@ bool CCECBusDevice::RequestPowerStatus(const cec_logical_address initiator, bool
       !IsUnsupportedFeature(CEC_OPCODE_GIVE_DEVICE_POWER_STATUS))
   {
     MarkBusy();
-    LIB_CEC->AddLog(CEC_LOG_DEBUG, "<< requesting power status of '%s' (%X)", GetLogicalAddressName(), m_iLogicalAddress);
     bReturn = m_handler->TransmitRequestPowerStatus(initiator, m_iLogicalAddress, bWaitForResponse);
     MarkReady();
   }