Clarify error logging statement of rotation thread
[lttng-tools.git] / src / bin / lttng-sessiond / rotation-thread.c
index b0869903eaee1dc630370c52b9a1935cb47254a9..2fed39fc75a5051fb1b72d006ac95db528075ad8 100644 (file)
@@ -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) {
This page took 0.026039 seconds and 5 git commands to generate.