fix OS-X build
[deb_libcec.git] / src / lib / adapter / USBCECAdapterCommunication.cpp
index 45be4a6c739855de665581bf2802c085d1365be7..b3f0f7da7ba3209806b402c2e6e839d4c0b2648f 100644 (file)
@@ -512,7 +512,7 @@ bool CUSBCECAdapterCommunication::SetAckMask(uint16_t iMask)
     return true;
   }
 
-  LIB_CEC->AddLog(CEC_LOG_ERROR, "couldn't change the ackmask: the connection is closed");
+  LIB_CEC->AddLog(CEC_LOG_DEBUG, "couldn't change the ackmask: the connection is closed");
   return false;
 }