Index: sources/storage/TreatmentLog.cpp =================================================================== diff -u -r6d76149dca70e879f33bf6ed44203d0d06bc523a -rc088fe92da340747ae49a082ecf3e8e2a4b0467c --- sources/storage/TreatmentLog.cpp (.../TreatmentLog.cpp) (revision 6d76149dca70e879f33bf6ed44203d0d06bc523a) +++ sources/storage/TreatmentLog.cpp (.../TreatmentLog.cpp) (revision c088fe92da340747ae49a082ecf3e8e2a4b0467c) @@ -188,7 +188,7 @@ } _treatmentLogPath_Pending = QString("%1%2") .arg(Storage::SDCard_Base_Path_Name) - .arg(Storage::Log_Folder_Pending ); + .arg(Storage::Log_Folder_Pending_Suffix ); LOG_DEBUG(QString("Treatment log folder has been set to %1" ).arg(_treatmentLogPath )); LOG_DEBUG(QString("Treatment log pending folder has been set to %1" ).arg(_treatmentLogPath_Pending ));