From 50eba12b374614643f2e16f5c1f07622d3c4e4ac Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 3 Apr 2018 10:16:16 -0400 Subject: [PATCH] Clarify error logging statement of rotation thread MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- src/bin/lttng-sessiond/rotation-thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/lttng-sessiond/rotation-thread.c b/src/bin/lttng-sessiond/rotation-thread.c index b0869903e..2fed39fc7 100644 --- a/src/bin/lttng-sessiond/rotation-thread.c +++ b/src/bin/lttng-sessiond/rotation-thread.c @@ -796,7 +796,7 @@ void *thread_rotation(void *data) ret = handle_channel_rotation_pipe(fd, revents, handle, &state); if (ret) { - ERR("[rotation-thread] Handle channel rotation pipe"); + ERR("[rotation-thread] Failed to handle channel rotation pipe"); goto error; } } else if (fd == rotate_notification_channel->socket) { -- 2.34.1