Index: sources/storage/TreatmentLog.cpp =================================================================== diff -u -r3b323bd6a1a03429c2321a889049de1c3b11302f -rd9b9df9b23da89b4c27f4672ff6e7f570adcc48a --- sources/storage/TreatmentLog.cpp (.../TreatmentLog.cpp) (revision 3b323bd6a1a03429c2321a889049de1c3b11302f) +++ sources/storage/TreatmentLog.cpp (.../TreatmentLog.cpp) (revision d9b9df9b23da89b4c27f4672ff6e7f570adcc48a) @@ -203,7 +203,7 @@ // TODO : The settings needs modification not only to define the category and groups in a common header but also the settings itself needs some mods. // - the category shall become as part of the group // - the structure of the settings should become horizontal which vertical now. - QString mCategory = Storage::Settings_Category_ConfigurationsDataList; + QString mCategory = Storage::Settings_Category_DataList; QString mAcidConcentrateType = _Settings.key(mCategory, "Acid Concentrate Options" , vData.mAcidConcentrateType ); QString mBicarbonateConcentrateType = _Settings.key(mCategory, "Bicarbonate Concentrate Options" , vData.mBicarbonateConcentrateType ); QString mDialyzerType = _Settings.key(mCategory, "Dialyzer Type Options" , vData.mDialyzerType ); @@ -495,7 +495,7 @@ lOut: if ( ! ok ) { - LOG_DEBUG(status); + LOG_DEBUG(status); // The log debug order in this block is by design status = "Unable to export treatment log '" + srcFileName +"'"; } else {