Index: sources/gui/GuiController.cpp =================================================================== diff -u -r465a935949a85d3d1bebd11979737ff38ef96122 -r153bcdb67dca6c40022318b80d5c7079d48bb37f --- sources/gui/GuiController.cpp (.../GuiController.cpp) (revision 465a935949a85d3d1bebd11979737ff38ef96122) +++ sources/gui/GuiController.cpp (.../GuiController.cpp) (revision 153bcdb67dca6c40022318b80d5c7079d48bb37f) @@ -287,7 +287,7 @@ { //DEBUG:0: qDebug() << " ***** GuiController " << Storage::SDCard_Base_Path_Name << vIsReady << vIsReadOnly << gDisableSDCFailLogStop; - static bool hasAlarm = false; // to make it clear the alarm only once. + static bool hasAlarm = false; // to clear the alarm, only once. if ( ( ! vIsReady || vIsReadOnly ) && ! gDisableSDCFailLogStop ) { hasAlarm = true; AlarmStatusData data = AlarmGenerator::ALARM_ID_UI_POST_FAILURE_SDCARD();