X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fnotification-thread.c;h=c652b6ee8417563c7c45cfec188770af6d2ce94c;hb=e4db5ace44cc9a1d2ecc6898cb1764675af381c8;hp=70ab7bb5fceb974c0acd04a8003ae453ea5a2efe;hpb=d72c8834befc320e91576140ed0abace2eabbf7a;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/notification-thread.c b/src/bin/lttng-sessiond/notification-thread.c index 70ab7bb5f..c652b6ee8 100644 --- a/src/bin/lttng-sessiond/notification-thread.c +++ b/src/bin/lttng-sessiond/notification-thread.c @@ -68,7 +68,7 @@ * * - notification_trigger_clients_ht: * associates notification-emitting triggers to clients - * (struct notification_client_ht_node) subscribed to those + * (struct notification_client_list) subscribed to those * conditions. * The condition's hash and match functions are used directly since * all triggers in this hash table have the "notify" action. @@ -569,7 +569,7 @@ int handle_channel_monitoring_pipe(int fd, uint32_t revents, ret = handle_notification_thread_channel_sample( state, fd, domain); if (ret) { - ERR("[notification-thread] Consumer sample handling error occured"); + ERR("[notification-thread] Consumer sample handling error occurred"); ret = -1; goto end; }