Index: sources/storage/StorageGlobals.cpp =================================================================== diff -u -r32dc194cb261763cd4e9d5409921d4c8523fc84d -rc088fe92da340747ae49a082ecf3e8e2a4b0467c --- sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision 32dc194cb261763cd4e9d5409921d4c8523fc84d) +++ sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision c088fe92da340747ae49a082ecf3e8e2a4b0467c) @@ -112,7 +112,8 @@ const char *Log_Folder_Application = "log/" ; // Event/Data Log const char *Log_Folder_Service = "service/" ; // Service Log const char *Log_Folder_Treatment = "treatment/" ; // Treatment Log - const char *Log_Folder_Pending = "/pending/" ; // * Log Pending, have not been saved on cloud yet. + const char *Log_Folder_Pending = "treatment/pending/" ; // Treatment Log Pending, have not been saved on cloud yet. + const char *Log_Folder_Pending_Suffix = "/pending/" ; // The name of the pending log subfolder // FIXME : Not sure having global settings object is a good idea.