From: Mathieu Desnoyers Date: Wed, 13 Aug 2014 16:27:46 +0000 (-0400) Subject: Fix: remove references to trace_printf() X-Git-Tag: v2.6.0-rc1~16 X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=commitdiff_plain;h=1e3b00595c2cc1abeb3707afd99024b7aead8a25 Fix: remove references to trace_printf() Signed-off-by: Mathieu Desnoyers --- diff --git a/doc/man/lttng-ust.3 b/doc/man/lttng-ust.3 index 117fe985..380c9fce 100644 --- a/doc/man/lttng-ust.3 +++ b/doc/man/lttng-ust.3 @@ -265,7 +265,7 @@ debug information. debug information with line-level scope (TRACEPOINT_EVENT default) TRACE_DEBUG 14 - debug-level message (trace_printf default) + debug-level message See lttng(1) for information on how to use LTTng-UST loglevels. diff --git a/include/lttng/tracepoint.h b/include/lttng/tracepoint.h index c5a09d81..4b7473ee 100644 --- a/include/lttng/tracepoint.h +++ b/include/lttng/tracepoint.h @@ -571,7 +571,7 @@ __tracepoints__ptrs_destroy(void) * debug information with line-level scope (TRACEPOINT_EVENT default) * * TRACE_DEBUG 14 - * debug-level message (trace_printf default) + * debug-level message * * Declare tracepoint loglevels for tracepoints. A TRACEPOINT_EVENT * should be declared prior to the the TRACEPOINT_LOGLEVEL for a given