summaryrefslogtreecommitdiff
path: root/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'log.h')
-rw-r--r--log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/log.h b/log.h
index bf86f1e..f0c4268 100644
--- a/log.h
+++ b/log.h
@@ -19,7 +19,7 @@
#define DEBUG(level, fmt, ...) do { \
if (debug >= level) { \
- ulog(LOG_DEBUG, fmt, ## __VA_ARGS__); \
+ ulog(LOG_NOTICE, fmt, ## __VA_ARGS__); \
} } while (0)
#define LOG ULOG_INFO