src.ctf.lttng-live: LOGI instead of LOGW when getting queried for an unknown object
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 22 Jul 2019 18:35:14 +0000 (14:35 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 23 Jul 2019 12:38:53 +0000 (08:38 -0400)
commit32a09ecd3dfc34e9b4778905fb878f7e30fa6994
tree5677ae7942cfd2b15517309bbcfce119625989fb
parent242ed509c52cafd91c445a4b6c97e91f48172b3b
src.ctf.lttng-live: LOGI instead of LOGW when getting queried for an unknown object

Receiving a query about an unknown object happens in the normal course
of operations, and is not warning-worthy.  In particular, a following
patch will query all source component classes using the `support-info`
object, to see if the source component class supports a given input.
Having a LOGW here would generate a lot of unimportant warnings.

Change-Id: I067424cb72f78aeda6ce6791b12fa00d7d90b5c0
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1741
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/plugins/ctf/lttng-live/lttng-live.c
This page took 0.02397 seconds and 4 git commands to generate.