Index: sources/gui/guicontroller.cpp =================================================================== diff -u -rc71deaab48699cffdf9db816dfac2778d79c2238 -rd1907168ef46faa6de1ada400cad789f8379041f --- sources/gui/guicontroller.cpp (.../guicontroller.cpp) (revision c71deaab48699cffdf9db816dfac2778d79c2238) +++ sources/gui/guicontroller.cpp (.../guicontroller.cpp) (revision d1907168ef46faa6de1ada400cad789f8379041f) @@ -136,7 +136,7 @@ initConnections(); - LOG_EVENT(QObject::tr("%1 Initialized").arg(metaObject()->className())); + LOG_EVENT("UI," + tr("%1 Initialized").arg(metaObject()->className())); return true; } @@ -181,7 +181,7 @@ // Process the GuiView Request. // It can be processed in GuiController take action and notify GuiView switch (vAction) { - case GuiActionType::PowerOff: + case GuiActionType::ID_PowerOff: //qApp->quit(); // GUI Controller decides (loop back)