From: Lars Op den Kamp Date: Wed, 20 Jun 2012 09:30:18 +0000 (+0200) Subject: changed 'couldn't change the ackmask: the connection is closed' into a debug message X-Git-Tag: upstream/2.2.0~1^2~22^2^2~37 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=d78e4e6f492d94f613dd4577b9fedc53c5a53a0d;hp=866e7584589e40b1c9727a2a48785cd2bdb2a04a;p=deb_libcec.git changed 'couldn't change the ackmask: the connection is closed' into a debug message --- diff --git a/src/lib/adapter/USBCECAdapterCommunication.cpp b/src/lib/adapter/USBCECAdapterCommunication.cpp index 45be4a6..b3f0f7d 100644 --- a/src/lib/adapter/USBCECAdapterCommunication.cpp +++ b/src/lib/adapter/USBCECAdapterCommunication.cpp @@ -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; }