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()) {