X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fnotification-thread.c;h=c652b6ee8417563c7c45cfec188770af6d2ce94c;hp=7bd65361a25a7b97063305ca8eec2e0b6551abbf;hb=4149ace8fa7c7a8da39272f03923df46039c5ff6;hpb=13675d0e093a96a7e7c0aa8c67029fa5e2ed9a68 diff --git a/src/bin/lttng-sessiond/notification-thread.c b/src/bin/lttng-sessiond/notification-thread.c index 7bd65361a..c652b6ee8 100644 --- a/src/bin/lttng-sessiond/notification-thread.c +++ b/src/bin/lttng-sessiond/notification-thread.c @@ -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; }