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 /logging.h | |
parent | 57e1a2770c4d85edd377488906c437f6d1e9b369 (diff) |
[PATCH] rename LOG to USE_LOG in all places
Diffstat (limited to 'logging.h')
-rw-r--r-- | logging.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |