feature/ignore_systemdrive #64
@ -31,7 +31,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Logic
|
// Logic
|
||||||
#define DRYRUN //don´t touch the drives
|
//#define DRYRUN // don't touch the drives
|
||||||
#define FROZEN_ALERT // show alert if drive is frozen
|
#define FROZEN_ALERT // show alert if drive is frozen
|
||||||
#define ZERO_CHECK // check drive after shred if all bytes are zero, show alert if this fails
|
#define ZERO_CHECK // check drive after shred if all bytes are zero, show alert if this fails
|
||||||
|
|
||||||
|
@ -347,7 +347,7 @@ void reHDD::filterIgnoredDrives(list<Drive> *plistDrives)
|
|||||||
string systemDrivePath;
|
string systemDrivePath;
|
||||||
if (getSystemDrive(systemDrivePath))
|
if (getSystemDrive(systemDrivePath))
|
||||||
{
|
{
|
||||||
Logger::logThis()->info("Found system drive: " + systemDrivePath);
|
// Logger::logThis()->info("Found system drive: " + systemDrivePath);
|
||||||
|
|
||||||
list<Drive>::iterator it;
|
list<Drive>::iterator it;
|
||||||
for (it = plistDrives->begin(); it != plistDrives->end(); ++it)
|
for (it = plistDrives->begin(); it != plistDrives->end(); ++it)
|
||||||
|
Loading…
Reference in New Issue
Block a user