From 3ba6b45c59b4f6df6ba16124ae41f0bb8cd47223 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 26 Oct 2017 09:39:52 +0200 Subject: procd: add missing new lines inside debug code Signed-off-by: John Crispin --- log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'log.h') 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 -- cgit v1.2.1