Index: sources/gui/GuiController.cpp =================================================================== diff -u -rf2d1dd383b85a90674d4303bacc313a7d697e784 -ra7d73bc63bfc503c08fb6df2ac06f66dff1de028 --- sources/gui/GuiController.cpp (.../GuiController.cpp) (revision f2d1dd383b85a90674d4303bacc313a7d697e784) +++ sources/gui/GuiController.cpp (.../GuiController.cpp) (revision a7d73bc63bfc503c08fb6df2ac06f66dff1de028) @@ -290,7 +290,7 @@ //DEBUG:0: qDebug() << " ***** GuiController " << Storage::SDCard_Base_Path_Name << vIsReady << vIsReadOnly << gDisableSDCFailLogStop; //TODO : May probably need to send the following alarm in case the SD-Card fails after successful post and stop logging as well. -// emit didActionTransmit(GuiActionType::ID_AlarmTriggered, {GuiAlarmID::ALARM_ID_UI_POST_FAILURE_SDCARD ,0,0,0,0,0,0,0}); + // emit didActionTransmit(GuiActionType::ID_AlarmTriggered, {GuiAlarmID::ALARM_ID_UI_POST_FAILURE_SDCARD ,0,0,0,0,0,0,0}); emit didSDCardStateChange(vIsReady, vIsReadOnly); }