diff options
author | 2019-05-14 15:30:35 +0300 | |
---|---|---|
committer | 2019-05-14 15:30:35 +0300 | |
commit | 8928d3f345458705611c20ac5315c849369e0142 (patch) | |
tree | 3fb487b0731acbee62463e2018aab483535fa866 /src/daemon | |
parent | 19e0f08e2b2defec25f65f65d73de9cdc7844138 (diff) | |
download | usurpation-8928d3f345458705611c20ac5315c849369e0142.tar.gz usurpation-8928d3f345458705611c20ac5315c849369e0142.tar.bz2 usurpation-8928d3f345458705611c20ac5315c849369e0142.zip |
Fixed some small issues with enumerator.
Solves ticket #30
Signed-off-by: Paulius Ratkevičius <paulius.ratkevicius@ktu.edu>
Diffstat (limited to 'src/daemon')
-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 */ |