X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fadapter%2FUSBCECAdapterMessage.cpp;h=8ef5662fdf560e56ac33c4b35fe24d457a706427;hb=99aeafb929fa132a096c236c4ae1eb78c2a595ec;hp=aef61b2b924f0652129de7b7688f6a62f404d393;hpb=b2f56d355ff33088445ad8a7f159c1d51d4d48dd;p=deb_libcec.git diff --git a/src/lib/adapter/USBCECAdapterMessage.cpp b/src/lib/adapter/USBCECAdapterMessage.cpp index aef61b2..8ef5662 100644 --- a/src/lib/adapter/USBCECAdapterMessage.cpp +++ b/src/lib/adapter/USBCECAdapterMessage.cpp @@ -298,7 +298,7 @@ bool CCECAdapterMessage::PushReceivedByte(uint8_t byte) { if (HasStartMessage()) { - CLibCEC::AddLog(CEC_LOG_WARNING, "received MSGSTART before MSGEND, removing previous buffer contents"); + //TODO CLibCEC::AddLog(CEC_LOG_WARNING, "received MSGSTART before MSGEND, removing previous buffer contents"); Clear(); } PushBack(byte);