summaryrefslogtreecommitdiff
path: root/udevinfo.c
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2005-03-06 10:15:51 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:48:48 -0700
commit6c18b1fb8784606c83adab89e306534d3b943aa3 (patch)
tree65157e96aff497101e22fe8a18f75a42639e9ae9 /udevinfo.c
parent57e1a2770c4d85edd377488906c437f6d1e9b369 (diff)
[PATCH] rename LOG to USE_LOG in all places
Diffstat (limited to 'udevinfo.c')
-rw-r--r--udevinfo.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/udevinfo.c b/udevinfo.c
index b2d22e984e..e30a036ac6 100644
--- a/udevinfo.c
+++ b/udevinfo.c
@@ -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;