diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/daemon/settings_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/settings_private.h b/src/daemon/settings_private.h index 133cf51..ee49145 100644 --- a/src/daemon/settings_private.h +++ b/src/daemon/settings_private.h @@ -23,7 +23,7 @@ #define USURPATION_SETTINGS_PRIVATE_H #ifndef USURP_VERBOSITY - #define USURP_VERBOSITY 1 + #define USURP_VERBOSITY ERR #endif static const unsigned int flag_daemonize = 1 << 0; /* 1st bit */ |