Index: sources/canbus/caninterface.cpp =================================================================== diff -u -r3aab84456cfbdc4c4f495975ba9b8968eb844309 -rc421ddadef2ade71d3abe269493a84b12b85296b --- sources/canbus/caninterface.cpp (.../caninterface.cpp) (revision 3aab84456cfbdc4c4f495975ba9b8968eb844309) +++ sources/canbus/caninterface.cpp (.../caninterface.cpp) (revision c421ddadef2ade71d3abe269493a84b12b85296b) @@ -108,14 +108,16 @@ * \param vEnabled - Enalbe console output if true */ void CanInterface::enableConsoleOut(bool vEnabled) { + // coco begin validated: This code meant to be used only for debugging and tested manually if (_enableConsoleOut == vEnabled) return; _enableConsoleOut = vEnabled; if (_enableConsoleOut) { - LOG_EVENT("UI," + tr("Console out CanInterface enabled")); + LOG_DEBUG("Console out CanInterface enabled"); } else { - LOG_EVENT("UI," + tr("Console out CanInterface disabled")); + LOG_DEBUG("Console out CanInterface disabled"); } } +// coco end /*! * \brief CanInterface connections definition