Index: sources/gui/GuiController.cpp =================================================================== diff -u -ra3030123e885fb9f22dea5839c4e988896a257e4 -re159592e3a99658e661ab83fffef43322dc075f3 --- sources/gui/GuiController.cpp (.../GuiController.cpp) (revision a3030123e885fb9f22dea5839c4e988896a257e4) +++ sources/gui/GuiController.cpp (.../GuiController.cpp) (revision e159592e3a99658e661ab83fffef43322dc075f3) @@ -277,6 +277,7 @@ { // coco begin validated: This needs user interaction to plug-out the SD Card // has been tested manually + /// DEBUG: qDebug() << " ***** GuiController " << Storage::SDCard_Base_Path_Name << vIsReady; emit didSDCardStateChange(vIsReady, vIsReadOnly); } // coco end