Index: sources/storage/TreatmentLog.cpp =================================================================== diff -u -r1c18f738693756ca1f0342c2cc158e32bc28f90b -rac07818fa03e65ff3601535b790bb6cb4e34f731 --- sources/storage/TreatmentLog.cpp (.../TreatmentLog.cpp) (revision 1c18f738693756ca1f0342c2cc158e32bc28f90b) +++ sources/storage/TreatmentLog.cpp (.../TreatmentLog.cpp) (revision ac07818fa03e65ff3601535b790bb6cb4e34f731) @@ -159,7 +159,7 @@ else { _treatmentLogPath = vLogPath; } - LOG_DEBUG(QString("Treatment log folder has been set to %1.").arg(_treatmentLogPath)); + LOG_DEBUG(QString("Treatment log folder has been set to %1").arg(_treatmentLogPath)); } }