Index: sources/canbus/caninterface.cpp =================================================================== diff -u -r06d10ee1174f0947a01087554f3da3109b47aef6 -rb5238b7e7b9973a54a0402f4d6d609989a76629f --- sources/canbus/caninterface.cpp (.../caninterface.cpp) (revision 06d10ee1174f0947a01087554f3da3109b47aef6) +++ sources/canbus/caninterface.cpp (.../caninterface.cpp) (revision b5238b7e7b9973a54a0402f4d6d609989a76629f) @@ -367,7 +367,7 @@ case QCanBusDevice::ConnectionError: case QCanBusDevice::ConfigurationError: case QCanBusDevice::UnknownError: - // log the error each 10K frame and if error is different + // log the error each 100K frame and if error is different if (_canStatus != _canDevice->errorString() || !(_erFrameCount % 100000)) { _canStatus = _canDevice->errorString(); LOG_DEBUG(QString("%1 - %2").arg(_erFrameCount).arg(_canStatus));