From 94b8220f6a33738fab26544936b3e40b3448fa29 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Thu, 8 Nov 2001 16:15:58 +0000 Subject: lvdisplay & lvreduce --- lib/log/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/log/log.h') 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) -- cgit