From 69338784bc279766288e8134fc19ed05728c9b3f Mon Sep 17 00:00:00 2001 From: localhorst Date: Sat, 13 Dec 2025 14:15:38 +0100 Subject: [PATCH] version --- include/reHDD.h | 2 +- src/reHDD.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/reHDD.h b/include/reHDD.h index 746f62b..40f93e4 100644 --- a/include/reHDD.h +++ b/include/reHDD.h @@ -8,7 +8,7 @@ #ifndef REHDD_H_ #define REHDD_H_ -#define REHDD_VERSION "V1.2.1" +#define REHDD_VERSION "V1.3.0" // Drive handling Settings #define WORSE_HOURS 19200 // mark drive if at this limit or beyond diff --git a/src/reHDD.cpp b/src/reHDD.cpp index 3b751fd..e7b0a98 100644 --- a/src/reHDD.cpp +++ b/src/reHDD.cpp @@ -427,6 +427,7 @@ void reHDD::filterIgnoredDrives(list *plistDrives) string systemDrivePath; if (getSystemDrive(systemDrivePath)) { + // Logger::logThis()->info("Found system drive: " + systemDrivePath); list::iterator it = plistDrives->begin(); while (it != plistDrives->end()) {