cec: fixed typo in the log message when the physical address setting was unchanged
[deb_libcec.git] / src / lib / adapter / USBCECAdapterCommands.cpp
index 69a263267e568ba8b23b536749f1a383da688494..cea0561e7a44f9f9f6c96ea69825674a72d74429 100644 (file)
@@ -306,7 +306,7 @@ bool CUSBCECAdapterCommands::SetSettingPhysicalAddress(uint16_t iPhysicalAddress
   /* check whether this value was changed */
   if (m_persistedConfiguration.iPhysicalAddress == iPhysicalAddress)
   {
-    CLibCEC::AddLog(CEC_LOG_DEBUG, "logical address mask setting unchanged (%04X)", iPhysicalAddress);
+    CLibCEC::AddLog(CEC_LOG_DEBUG, "physical address setting unchanged (%04X)", iPhysicalAddress);
     return bReturn;
   }