diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2005-03-06 10:15:51 +0100 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 23:48:48 -0700 |
commit | 6c18b1fb8784606c83adab89e306534d3b943aa3 (patch) | |
tree | 65157e96aff497101e22fe8a18f75a42639e9ae9 /udevsend.c | |
parent | 57e1a2770c4d85edd377488906c437f6d1e9b369 (diff) |
[PATCH] rename LOG to USE_LOG in all places
Diffstat (limited to 'udevsend.c')
-rw-r--r-- | udevsend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udevsend.c b/udevsend.c index 5fe0f456a1..dcd5a2ae93 100644 --- a/udevsend.c +++ b/udevsend.c @@ -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; |