summaryrefslogtreecommitdiff
path: root/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'logging.h')
-rw-r--r--logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/logging.h b/logging.h
index 904355cb2c..0126de99eb 100644
--- a/logging.h
+++ b/logging.h
@@ -38,7 +38,7 @@
#undef err
#define err(format, arg...) \
do { \
- log_message(LOG_INFO ,"%s: " format ,__FILE__ ,## arg); \
+ log_message(LOG_ERR ,"%s: " format ,__FILE__ ,## arg); \
} while (0)
#undef info