chiark / gitweb /
[PATCH] rename LOG to USE_LOG in all places
[elogind.git] / udevsend.c
index 5fe0f456a1d7e4dc65e8c3e2c989fc5aebaf93ed..dcd5a2ae934ab4620d392e52b93de39bcbfda5ce 100644 (file)
@@ -43,7 +43,7 @@
 /* global variables */
 static int sock = -1;
 
-#ifdef LOG
+#ifdef USE_LOG
 void log_message (int level, const char *format, ...)
 {
        va_list args;