X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FLibCEC.cpp;h=9498bc9995810d4f1e7c31c22e0dab7e2e2e1e6d;hb=5d38b0b6b48d9c1603c690a140a1400184065c7c;hp=2f768157887c6e7fa176af4550462967916e9690;hpb=403398523c7fbae86cbc527473ea54d78bb3d763;p=deb_libcec.git diff --git a/src/lib/LibCEC.cpp b/src/lib/LibCEC.cpp index 2f76815..9498bc9 100644 --- a/src/lib/LibCEC.cpp +++ b/src/lib/LibCEC.cpp @@ -217,7 +217,7 @@ void CLibCEC::AddCommand(cec_logical_address source, cec_logical_address destina if (m_commandBuffer.Push(command)) { CStdString strDebug; - strDebug.Format("stored command '%d' in the command buffer. buffer size = %d", opcode, m_commandBuffer.Size()); + strDebug.Format("stored command '%2x' in the command buffer. buffer size = %d", opcode, m_commandBuffer.Size()); AddLog(CEC_LOG_DEBUG, strDebug); } else