X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fnotification-thread-commands.c;h=f678a0d8d14a1d6d253799c2ef8e01875d1e2ccb;hb=cc3b9644f017a91d347d7a414387292e3175635e;hp=89eb37bb1ae82beba6be84eb765b996b171e2609;hpb=0efb2ad7fc448283184e43d6fb0915febae45384;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/notification-thread-commands.c b/src/bin/lttng-sessiond/notification-thread-commands.c index 89eb37bb1..f678a0d8d 100644 --- a/src/bin/lttng-sessiond/notification-thread-commands.c +++ b/src/bin/lttng-sessiond/notification-thread-commands.c @@ -428,7 +428,7 @@ struct lttng_event_notifier_notification *lttng_event_notifier_notification_crea notification = zmalloc(sizeof(struct lttng_event_notifier_notification)); if (notification == NULL) { - ERR("[notification-thread] Error allocating notification"); + ERR("Error allocating notification"); goto end; }