Fix: be quiet on filter linker error
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 3 Oct 2012 14:48:05 +0000 (10:48 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 3 Oct 2012 14:48:05 +0000 (10:48 -0400)
Could be reproduced by starting the application before enabling the
event with filter.

Fixes #362

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust/lttng-filter.c

index 68a5931158140ec735fb67ccacee9a71958407bb..1a0921fd72ac0ca78b4cc7c3f08667ab5767c300 100644 (file)
@@ -315,7 +315,7 @@ void lttng_filter_wildcard_link_bytecode(struct session_wildcard *wildcard)
                ret = _lttng_filter_event_link_bytecode(event,
                                wildcard->filter_bytecode);
                if (ret) {
-                       fprintf(stderr, "[lttng filter] error linking wildcard bytecode\n");
+                       dbg_printf("[lttng filter] error linking wildcard bytecode");
                }
 
        }
This page took 0.02541 seconds and 4 git commands to generate.