summaryrefslogtreecommitdiff
path: root/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'logging.h')
-rw-r--r--logging.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/logging.h b/logging.h
index 4f51217b9a..3ff54ec974 100644
--- a/logging.h
+++ b/logging.h
@@ -30,7 +30,7 @@
#define logging_init(foo) do { } while (0)
#define logging_close(foo) do { } while (0)
-#ifdef LOG
+#ifdef USE_LOG
#include <stdarg.h>
#include <unistd.h>
#include <syslog.h>
@@ -73,6 +73,6 @@ static inline void logging_close(void)
closelog();
}
-#endif /* LOG */
+#endif /* USE_LOG */
#endif