From b1b9870150f6a52a2f7e62eb3e9795a4062ed14b Mon Sep 17 00:00:00 2001 From: localhorst Date: Sun, 2 Jun 2024 09:57:12 +0200 Subject: [PATCH] remove dryrun --- include/reHDD.h | 2 +- src/reHDD.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/reHDD.h b/include/reHDD.h index d8a98c1..9ffa69f 100644 --- a/include/reHDD.h +++ b/include/reHDD.h @@ -31,7 +31,7 @@ #endif // 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 ZERO_CHECK // check drive after shred if all bytes are zero, show alert if this fails diff --git a/src/reHDD.cpp b/src/reHDD.cpp index a273166..9338242 100644 --- a/src/reHDD.cpp +++ b/src/reHDD.cpp @@ -347,7 +347,7 @@ void reHDD::filterIgnoredDrives(list *plistDrives) string systemDrivePath; if (getSystemDrive(systemDrivePath)) { - Logger::logThis()->info("Found system drive: " + systemDrivePath); + // Logger::logThis()->info("Found system drive: " + systemDrivePath); list::iterator it; for (it = plistDrives->begin(); it != plistDrives->end(); ++it)