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 2d09b9a088..df5922b3e6 100644
--- a/logging.h
+++ b/logging.h
@@ -34,7 +34,7 @@
#undef info
#define info(format, arg...) \
do { \
- log_message (LOG_INFO , format , ## arg); \
+ log_message (LOG_INFO , format , ## arg); \
} while (0)
#ifdef DEBUG