summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/server/Daemon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/server/Daemon.cpp b/lib/server/Daemon.cpp
index 07ca705b..5ee45378 100644
--- a/lib/server/Daemon.cpp
+++ b/lib/server/Daemon.cpp
@@ -105,7 +105,7 @@ int Daemon::Main(const char *DefaultConfigFile, int argc, const char *argv[])
#ifdef NDEBUG
int masterLevel = Log::NOTICE; // need an int to do math with
#else
- int masterLevel = Log::TRACE; // need an int to do math with
+ int masterLevel = Log::INFO; // need an int to do math with
#endif
char c;