summaryrefslogtreecommitdiff
path: root/src/helper/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/log.h')
-rw-r--r--src/helper/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/log.h b/src/helper/log.h
index 624aa29c..a53b7f5e 100644
--- a/src/helper/log.h
+++ b/src/helper/log.h
@@ -112,7 +112,7 @@ extern int debug_level;
#define OUTPUT(expr ...) \
do { \
- log_printfnl (LOG_OUTPUT, __FILE__, __LINE__, __FUNCTION__, expr); \
+ log_printf (LOG_OUTPUT, __FILE__, __LINE__, __FUNCTION__, expr); \
} while(0)