chiark / gitweb /
[PATCH] rename LOG to USE_LOG in all places
[elogind.git] / udevinfo.c
index b2d22e984e44caa3a5d5e0d0bcdf5f22479de02a..e30a036ac6ee17be4cd2e95cbd8398116beb5f05 100644 (file)
@@ -3,7 +3,6 @@
  *
  * Copyright (C) 2004 Kay Sievers <kay.sievers@vrfy.org>
  *
- *
  *     This program is free software; you can redistribute it and/or modify it
  *     under the terms of the GNU General Public License as published by the
  *     Free Software Foundation version 2 of the License.
@@ -38,7 +37,7 @@
 
 #define SYSFS_VALUE_SIZE               256
 
-#ifdef LOG
+#ifdef USE_LOG
 void log_message (int level, const char *format, ...)
 {
        va_list args;