sessiond: notification-thread: switch logging to debug on GET_TRIGGER
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 21 Apr 2021 03:57:11 +0000 (23:57 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 22 Apr 2021 05:57:15 +0000 (01:57 -0400)
Not finding a trigger is not necessarily an error (espeacially during
the execution of tests).

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I238e6ca42f65e773e7e88773bc2e4f54b0a78ad5

src/bin/lttng-sessiond/notification-thread-events.c

index 178b80fa2b59bbcc715ad23245924b7b0d48657a..f13e22a17ab66ea73492a2e4d5aaddf73a3cbe4e 100644 (file)
@@ -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;
This page took 0.02691 seconds and 4 git commands to generate.