Index: sources/ApplicationController.cpp =================================================================== diff -u -r6581def57942b1c1ef56a2f2feb74559946517b9 -re159592e3a99658e661ab83fffef43322dc075f3 --- sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision 6581def57942b1c1ef56a2f2feb74559946517b9) +++ sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision e159592e3a99658e661ab83fffef43322dc075f3) @@ -265,6 +265,7 @@ { // coco begin validated: This needs user interaction to plug-in SD Card // has been tested manually + /// DEBUG: qDebug() << " ***** ApplicationController " << Storage::SDCard_Base_Path_Name << vIsReady; emit didSDCardStateChange(vIsReady, vIsReadOnly); } // coco end