log: update tracelog usage message

Change-Id: I11d796f2289341e6c2c433d0b20a2279e5f5620d
Signed-off-by: Liang Yan <liang.z.yan@intel.com>
Reviewed-on: https://review.gerrithub.io/430398
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Piotr Pelpliński <piotr.pelplinski@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
This commit is contained in:
Liang Yan 2018-10-23 10:11:34 +08:00 committed by Jim Harris
parent f26b1fca5f
commit b1b3d39eaa

View File

@ -191,6 +191,6 @@ spdk_tracelog_usage(FILE *f, const char *trace_arg)
fprintf(f, ")\n");
#else
fprintf(f, " %s, --traceflag <flag> enable debug log flag (not supported"
" - must rebuild with CONFIG_DEBUG=y)\n", trace_arg);
" - must rebuild with --enable-debug)\n", trace_arg);
#endif
}