From 0cbbe1f942b68d6a4945b91b5d1dac86fdd920bd Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 24 Jul 2012 14:33:12 -0400 Subject: [PATCH] Cleanup: filter: turn bytecode linking error msg into debug This can be triggered by enable event on a wildcard, with some of the events that do not contain the requested fields. Signed-off-by: Mathieu Desnoyers --- liblttng-ust/lttng-filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liblttng-ust/lttng-filter.c b/liblttng-ust/lttng-filter.c index 2e9bc333..369e73aa 100644 --- a/liblttng-ust/lttng-filter.c +++ b/liblttng-ust/lttng-filter.c @@ -291,7 +291,7 @@ void lttng_filter_event_link_bytecode(struct ltt_event *event, ret = _lttng_filter_event_link_bytecode(event, filter_bytecode); if (ret) { - fprintf(stderr, "[lttng filter] error linking event bytecode\n"); + dbg_printf("[lttng filter] warning: cannot link event bytecode\n"); } } -- 2.34.1