X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fnotification-thread-events.c;fp=src%2Fbin%2Flttng-sessiond%2Fnotification-thread-events.c;h=747740233094477c00fb59065cce2dd3f9861013;hp=9e5ec509135bd6d2818b6d6635ea6cdd0acf82ea;hb=70eb2f6fb8b5ee08fce4c970a498c0cdc3e69bf3;hpb=2fdab47db9cf2b8413516fc3f3491f3dcaff2931 diff --git a/src/bin/lttng-sessiond/notification-thread-events.c b/src/bin/lttng-sessiond/notification-thread-events.c index 9e5ec5091..747740233 100644 --- a/src/bin/lttng-sessiond/notification-thread-events.c +++ b/src/bin/lttng-sessiond/notification-thread-events.c @@ -4421,7 +4421,8 @@ int notification_client_list_send_evaluation( * Notifications resulting from an hidden trigger are * only sent to the session daemon. */ - continue; + DBG("Skipping client as the trigger is hidden and the client is not the session daemon"); + goto skip_client; } if (source_object_creds) {