summaryrefslogtreecommitdiffstats
path: root/lib/log/log.h
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2001-11-08 16:15:58 +0000
committerAlasdair Kergon <agk@redhat.com>2001-11-08 16:15:58 +0000
commit94b8220f6a33738fab26544936b3e40b3448fa29 (patch)
tree943ba6aa87898e8c6ad851e3ab1bfc89c8d80110 /lib/log/log.h
parentf90fc5faf0ff3be581b19fab1ed19a9aad8fcbcd (diff)
downloadlvm2-94b8220f6a33738fab26544936b3e40b3448fa29.tar.gz
lvm2-94b8220f6a33738fab26544936b3e40b3448fa29.tar.xz
lvm2-94b8220f6a33738fab26544936b3e40b3448fa29.zip
lvdisplay & lvreduce
Diffstat (limited to 'lib/log/log.h')
-rw-r--r--lib/log/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/log/log.h b/lib/log/log.h
index 0d9df41f..b422f0a4 100644
--- a/lib/log/log.h
+++ b/lib/log/log.h
@@ -65,7 +65,7 @@ void print_log(int level, const char *file, int line, const char *format, ...)
#define log_err(x...) plog(_LOG_ERR, x)
#define log_fatal(x...) plog(_LOG_FATAL, x)
-#define stack log_debug("stack")
+#define stack log_debug( "s" )
#define log_error(fmt, args...) log_err(fmt , ## args)
#define log_print(fmt, args...) log_warn(fmt , ## args)