Clarify notification channel info ht destruction error log
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 4 Apr 2018 18:29:46 +0000 (14:29 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 4 Apr 2018 18:29:52 +0000 (14:29 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/notification-thread-events.c

index fe2d0826b8954db180a005b2edcb4e7c8251055b..05fe297449e01727c14fccd0b055032b0f3cbe84 100644 (file)
@@ -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);
This page took 0.025852 seconds and 4 git commands to generate.