X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fnotification-thread-commands.c;fp=src%2Fbin%2Flttng-sessiond%2Fnotification-thread-commands.c;h=f678a0d8d14a1d6d253799c2ef8e01875d1e2ccb;hp=89eb37bb1ae82beba6be84eb765b996b171e2609;hb=bd0514a50fe8696764eba94fcad5d63b46922a50;hpb=a4c6418797c182f599f96ce31de64e1a02ac40b0 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; }