version
This commit is contained in:
@ -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
|
||||
|
||||
@ -427,6 +427,7 @@ void reHDD::filterIgnoredDrives(list<Drive> *plistDrives)
|
||||
string systemDrivePath;
|
||||
if (getSystemDrive(systemDrivePath))
|
||||
{
|
||||
// Logger::logThis()->info("Found system drive: " + systemDrivePath);
|
||||
list<Drive>::iterator it = plistDrives->begin();
|
||||
while (it != plistDrives->end())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user