From: Jérémie Galarneau Date: Wed, 21 Apr 2021 03:57:11 +0000 (-0400) Subject: sessiond: notification-thread: switch logging to debug on GET_TRIGGER X-Git-Tag: v2.13.0-rc1~27 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=87661585ff1a465cb96a63f36525b55df9a53808 sessiond: notification-thread: switch logging to debug on GET_TRIGGER Not finding a trigger is not necessarily an error (espeacially during the execution of tests). Signed-off-by: Jérémie Galarneau Change-Id: I238e6ca42f65e773e7e88773bc2e4f54b0a78ad5 --- diff --git a/src/bin/lttng-sessiond/notification-thread-events.c b/src/bin/lttng-sessiond/notification-thread-events.c index 178b80fa2..f13e22a17 100644 --- a/src/bin/lttng-sessiond/notification-thread-events.c +++ b/src/bin/lttng-sessiond/notification-thread-events.c @@ -2305,7 +2305,7 @@ static int handle_notification_thread_command_get_trigger( /* Not a fatal error if the trigger is not found. */ get_trigger_info_for_log(trigger, &trigger_name, &trigger_owner_uid); - ERR("Failed to retrieve registered version of trigger: trigger name = '%s', trigger owner uid = %d", + DBG("Failed to retrieve registered version of trigger: trigger name = '%s', trigger owner uid = %d", trigger_name, (int) trigger_owner_uid); ret = 0;