diff options
Diffstat (limited to 'src/daemon/settings_private.h')
-rw-r--r-- | src/daemon/settings_private.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/daemon/settings_private.h b/src/daemon/settings_private.h index 69ed25a..f345a74 100644 --- a/src/daemon/settings_private.h +++ b/src/daemon/settings_private.h @@ -22,7 +22,9 @@ #ifndef USURPATION_SETTINGS_PRIVATE_H #define USURPATION_SETTINGS_PRIVATE_H -#ifndef USURP_VERBOSITY +#if DEBUG_BUILD > 0 + #define USURP_VERBOSITY INFO +#else #define USURP_VERBOSITY ERR #endif |