From b1b3d39eaa96ec595d7ed99d94c02bc27a9322b8 Mon Sep 17 00:00:00 2001 From: Liang Yan Date: Tue, 23 Oct 2018 10:11:34 +0800 Subject: [PATCH] log: update tracelog usage message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I11d796f2289341e6c2c433d0b20a2279e5f5620d Signed-off-by: Liang Yan Reviewed-on: https://review.gerrithub.io/430398 Tested-by: SPDK CI Jenkins Reviewed-by: Jim Harris Reviewed-by: Piotr Pelpliński Reviewed-by: Shuhei Matsumoto --- lib/log/log_flags.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/log/log_flags.c b/lib/log/log_flags.c index 6b5697f5c..1b766c44d 100644 --- a/lib/log/log_flags.c +++ b/lib/log/log_flags.c @@ -191,6 +191,6 @@ spdk_tracelog_usage(FILE *f, const char *trace_arg) fprintf(f, ")\n"); #else fprintf(f, " %s, --traceflag enable debug log flag (not supported" - " - must rebuild with CONFIG_DEBUG=y)\n", trace_arg); + " - must rebuild with --enable-debug)\n", trace_arg); #endif }