summaryrefslogtreecommitdiff
path: root/xpp/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/debug.c')
-rw-r--r--xpp/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpp/debug.c b/xpp/debug.c
index f188a2d..b8d3a70 100644
--- a/xpp/debug.c
+++ b/xpp/debug.c
@@ -26,7 +26,7 @@
#include <syslog.h>
#include "debug.h"
-int verbose = LOG_DEBUG;
+int verbose = LOG_INFO;
int debug_mask = 0;
void log_function(int level, int mask, const char *msg, ...)