Index: sources/ApplicationController.cpp =================================================================== diff -u -ra7c580f0998ee781c47314384f677249cea4c4b4 -r1bf8c894c5cc5ea6d62af0662fcf5a18e1a06459 --- sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision a7c580f0998ee781c47314384f677249cea4c4b4) +++ sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision 1bf8c894c5cc5ea6d62af0662fcf5a18e1a06459) @@ -659,7 +659,7 @@ * or * Queues the alarms if vSend is false. * \param vAlarmID - The alarm ID - * \param vSend - False to queue the ValarmID alarm ID, or True to send the list of the queued alarms. + * \param vSend - False to queue the vAlarmID alarm ID, or True to send the list of the queued alarms. */ void ApplicationController::onPOSTFail(GuiAlarmID vAlarmID) { alarmTrigger(vAlarmID, false, false); @@ -715,13 +715,14 @@ /*! * \brief ApplicationController::onCryptSetupMount * \details It is the slot to handle _DeviceController::didCryptSetupMount signal. - * Tels the settings start initate. + * Tells the settings start initiate. */ void ApplicationController::onCryptSetupMount(bool vPass) { //DEBUG qDebug() << " ***** " << Q_FUNC_INFO << vPass; if ( ! vPass ) { _post.isDone(vPass); + LOG_APPED_PO(QString("Configuration partition encryption failed.")); alarmTrigger(Gui::GuiAlarmID::ALARM_ID_HD_UI_POST_FAILURE_SETTINGS_BAD); } // if ( vPass ) // it needs more investigation @@ -747,6 +748,7 @@ //DEBUG qDebug() << " ***** " << Q_FUNC_INFO; if ( ! vPass ) { _post.isDone(vPass); + LOG_APPED_PO(QString("Configuration treatment ranges failed.")); alarmTrigger(Gui::GuiAlarmID::ALARM_ID_HD_UI_POST_FAILURE_SETTINGS_BAD); }