diff --git a/include/reHDD.h b/include/reHDD.h index 602d057..519a4ce 100644 --- a/include/reHDD.h +++ b/include/reHDD.h @@ -25,13 +25,13 @@ #define SOFTWARE_VERSION REHDD_VERSION #define HARDWARE_VERSION "generic" -#define LOG_LEVEL_HIGH // log everything, like drive scan thread +// #define LOG_LEVEL_HIGH // log everything, like drive scan thread #ifndef LOG_LEVEL_HIGH #define LOG_LEVEL_LOW // log only user actions and tasks #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