less debug logging by default
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.cpp
index 8dcc2559dbad3eb8e57cec211dfcef8ad6453132..da578b1173fa394d9c389dbe9cef427f5746945b 100644 (file)
@@ -1100,7 +1100,9 @@ bool CCECCommandHandler::Transmit(cec_command &command, bool bSuppressWait, bool
     {
       if ((bReturn = m_processor->Transmit(command, bIsReply)) == true)
       {
+#ifdef CEC_DEBUGGING
         LIB_CEC->AddLog(CEC_LOG_DEBUG, "command transmitted");
+#endif
         if (bExpectResponse)
         {
           bReturn = m_busDevice->WaitForOpcode(expectedResponse);