chiark / gitweb /
[PATCH] udevinfo -d: use '=' as separator, cause ':' may be a part of the devpath
[elogind.git] / logging.h
index 4f51217b9ac730d68fc3c00c4d4e5d2cc6bf1067..3ff54ec9747648f36f8ee2412ed39532fc62b6d4 100644 (file)
--- 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