summaryrefslogtreecommitdiffstats
path: root/lib/log/log.h
diff options
context:
space:
mode:
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)