Index: sources/canbus/FrameInterface.cpp =================================================================== diff -u -rfc329c788fe9453983072bee937ccbc95b4ed6e4 -r59fc5195a10eeb83ac60cf32a9123fb9c9f8ec8e --- sources/canbus/FrameInterface.cpp (.../FrameInterface.cpp) (revision fc329c788fe9453983072bee937ccbc95b4ed6e4) +++ sources/canbus/FrameInterface.cpp (.../FrameInterface.cpp) (revision 59fc5195a10eeb83ac60cf32a9123fb9c9f8ec8e) @@ -47,7 +47,7 @@ startTimer(1, Qt::PreciseTimer); - LOG_DEBUG("UI," + tr("%1 Initialized").arg(metaObject()->className())); + LOG_DEBUG_UI(tr("%1 Initialized").arg(metaObject()->className())); return true; } @@ -118,7 +118,7 @@ /*! * \brief FrameInterface::quitThread - * \details Moves this object to main thread to be handled by QApplicaiton + * \details Moves this object to main thread to be handled by QApplication * And to be destroyed there. */ void FrameInterface::quitThread()