Index: sources/gui/GuiController.cpp =================================================================== diff -u -rfc329c788fe9453983072bee937ccbc95b4ed6e4 -r59fc5195a10eeb83ac60cf32a9123fb9c9f8ec8e --- sources/gui/GuiController.cpp (.../GuiController.cpp) (revision fc329c788fe9453983072bee937ccbc95b4ed6e4) +++ sources/gui/GuiController.cpp (.../GuiController.cpp) (revision 59fc5195a10eeb83ac60cf32a9123fb9c9f8ec8e) @@ -125,7 +125,7 @@ /*! * \brief GuiController::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 GuiController::quitThread() @@ -149,7 +149,7 @@ initConnections(); - LOG_DEBUG("UI," + tr("%1 Initialized").arg(metaObject()->className())); + LOG_DEBUG_UI(tr("%1 Initialized").arg(metaObject()->className())); return true; }