cec: fix the initial hdmi port setting
[deb_libcec.git] / src / lib / CECProcessor.cpp
index 0ea5e8adb36c403cbb59e6c0a48bf1dc92245f7a..bf23d94b6863bef1337765c34f174823b25970df 100644 (file)
@@ -214,6 +214,7 @@ bool CCECProcessor::Initialise(void)
 
   if (m_iPhysicalAddress != 0)
   {
+    CLibCEC::AddLog(CEC_LOG_NOTICE, "setting the physical address to %4x", m_iPhysicalAddress);
     m_busDevices[m_logicalAddresses.primary]->m_iPhysicalAddress = m_iPhysicalAddress;
     if ((bReturn = m_busDevices[m_logicalAddresses.primary]->TransmitPhysicalAddress()) == false)
       CLibCEC::AddLog(CEC_LOG_ERROR, "unable to set the physical address to %4x", m_iPhysicalAddress);