Index: sources/storage/Logger.cpp =================================================================== diff -u -rc97b99199d1be46f7cfa99908308ce98c8578285 -r656094cd72dfcb6cec410b8e36570abf5c9d6975 --- sources/storage/Logger.cpp (.../Logger.cpp) (revision c97b99199d1be46f7cfa99908308ce98c8578285) +++ sources/storage/Logger.cpp (.../Logger.cpp) (revision 656094cd72dfcb6cec410b8e36570abf5c9d6975) @@ -268,7 +268,6 @@ // use the Settings path first (/var/configurations (Encrypted Partition)) if ( ! QDir (basePath ).exists( )) { basePath = Storage::Standard_tmp; goto lOut; } if ( ! FileHandler::makeFolder (basePath + Storage::Log_Folder_Treatment )) { basePath = Storage::Standard_tmp; goto lOut; } - if ( ! FileHandler::makeFolder (basePath + Storage::Log_Folder_Pending )) { basePath = Storage::Standard_tmp; goto lOut; } lOut: _logPathNames[vLogType] = basePath + Storage::Log_Folder_Treatment;