changed 'couldn't change the ackmask: the connection is closed' into a debug message
authorLars Op den Kamp <lars@opdenkamp.eu>
Wed, 20 Jun 2012 09:30:18 +0000 (11:30 +0200)
committerLars Op den Kamp <lars@opdenkamp.eu>
Wed, 20 Jun 2012 09:30:18 +0000 (11:30 +0200)
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;
 }