X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fnotification-thread-events.c;h=05fe297449e01727c14fccd0b055032b0f3cbe84;hp=fe2d0826b8954db180a005b2edcb4e7c8251055b;hb=40bbd087934edf0be7c21165786aad3fabb7e7b5;hpb=3b68d0a3fdf213b4078b80380186aa78670d2712 diff --git a/src/bin/lttng-sessiond/notification-thread-events.c b/src/bin/lttng-sessiond/notification-thread-events.c index fe2d0826b..05fe29744 100644 --- a/src/bin/lttng-sessiond/notification-thread-events.c +++ b/src/bin/lttng-sessiond/notification-thread-events.c @@ -403,7 +403,7 @@ void session_info_destroy(void *_data) if (session_info->channel_infos_ht) { ret = cds_lfht_destroy(session_info->channel_infos_ht, NULL); if (ret) { - ERR("Channel information hash table destroy"); + ERR("[notification-thread] Failed to destroy channel information hash table"); } } free(session_info->name);