diff options
Diffstat (limited to 'logging.h')
-rw-r--r-- | logging.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |