From 1e3b00595c2cc1abeb3707afd99024b7aead8a25 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 13 Aug 2014 12:27:46 -0400 Subject: [PATCH] Fix: remove references to trace_printf() Signed-off-by: Mathieu Desnoyers --- doc/man/lttng-ust.3 | 2 +- include/lttng/tracepoint.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1