Index: sources/gui/GuiController.cpp =================================================================== diff -u -re159592e3a99658e661ab83fffef43322dc075f3 -r6816b783f50e08267aa016d64350bc020080d901 --- sources/gui/GuiController.cpp (.../GuiController.cpp) (revision e159592e3a99658e661ab83fffef43322dc075f3) +++ sources/gui/GuiController.cpp (.../GuiController.cpp) (revision 6816b783f50e08267aa016d64350bc020080d901) @@ -146,7 +146,7 @@ initConnections(); - LOG_EVENT("UI," + tr("%1 Initialized").arg(metaObject()->className())); + LOG_DEBUG("UI," + tr("%1 Initialized").arg(metaObject()->className())); return true; }