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)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 7 Aug 2019 18:05:19 +0000 (14:05 -0400)
commit287eb7411132d686a3bb20cf0e2e9193956c4496
tree2e428130e9b99a08815dd19d4c026dde37fd597c
parentb4a6d40ecb7ec165aa95bfb29eb04e60d21acb79
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.024374 seconds and 4 git commands to generate.