From: Jonathan Rajotte Date: Mon, 17 Aug 2020 22:24:35 +0000 (-0400) Subject: DBG: add debug statement for trigger not bound to any object X-Git-Tag: v2.13.0-rc1~394 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=7e802d0a78ee4010dc540db15b7c747b28c2eacf DBG: add debug statement for trigger not bound to any object Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau Change-Id: I2c21c8c702017daf38648bcb835e711335a8fd77 --- diff --git a/src/bin/lttng-sessiond/notification-thread-events.c b/src/bin/lttng-sessiond/notification-thread-events.c index d5a3f9502..bbf773291 100644 --- a/src/bin/lttng-sessiond/notification-thread-events.c +++ b/src/bin/lttng-sessiond/notification-thread-events.c @@ -925,6 +925,7 @@ int evaluate_condition_for_client(const struct lttng_trigger *trigger, &evaluation, &object_uid, &object_gid); break; case LTTNG_OBJECT_TYPE_NONE: + DBG("[notification-thread] Newly subscribed-to condition not bound to object, nothing to evaluate"); ret = 0; goto end; case LTTNG_OBJECT_TYPE_UNKNOWN: