Index: sources/storage/Logger.h =================================================================== diff -u -r583d1953c783940c93f22c37b23daadb1ff3a09c -re159592e3a99658e661ab83fffef43322dc075f3 --- sources/storage/Logger.h (.../Logger.h) (revision 583d1953c783940c93f22c37b23daadb1ff3a09c) +++ sources/storage/Logger.h (.../Logger.h) (revision e159592e3a99658e661ab83fffef43322dc075f3) @@ -116,7 +116,7 @@ // be careful when defining these percentages // 1 - Since now both the Log and Datum are in the same place and file they have same percentage. // if separated then the percentage has to be separated - // 2 - the total in _logTypeExpiryDay in not 100 and it has to be summed up with _availableSpacePercent. + // 2 - the total in _logTypeExpiryDay is not 100 and it has to be summed up with Storage::Available_Space_Percent. // so it is 70% for Event/Datum + 15% Service + 15% free = 100% total const QHash _logTypeMaxUsageLimit { #ifdef MIXED_EVENT_DATUM @@ -129,8 +129,6 @@ { LogType::eLogDebug, 15 }, // in days }; - const qint8 _availableSpacePercent = 15; // currently 16GB SD-Card so 2.4GB should always be available. - const char *_dateFormat = "yyyy_MM_dd"; const char *_timeFormat = "HH:mm:ss";