summaryrefslogtreecommitdiff
path: root/logging.h
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-01-22 00:54:52 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:13:17 -0700
commit267f534d1c809c31e0dcc9613953ecac45529038 (patch)
tree006bf6a04b73645d06400daf9aa3a5405e6e036b /logging.h
parent069bd530124afe40453a5530b8bfa17b1b39989a (diff)
downloadsystemd-267f534d1c809c31e0dcc9613953ecac45529038.tar.gz
[PATCH] misc code cleanups.
Diffstat (limited to 'logging.h')
-rw-r--r--logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/logging.h b/logging.h
index 2d09b9a088..df5922b3e6 100644
--- a/logging.h
+++ b/logging.h
@@ -34,7 +34,7 @@
#undef info
#define info(format, arg...) \
do { \
- log_message (LOG_INFO , format , ## arg); \
+ log_message (LOG_INFO , format , ## arg); \
} while (0)
#ifdef DEBUG