From d78e4e6f492d94f613dd4577b9fedc53c5a53a0d Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Wed, 20 Jun 2012 11:30:18 +0200 Subject: [PATCH] changed 'couldn't change the ackmask: the connection is closed' into a debug message --- src/lib/adapter/USBCECAdapterCommunication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.34.1