Clean-up: typo in logging message Totation -> Rotation
[lttng-tools.git] / src / bin / lttng-sessiond / rotation-thread.c
index 68a5d402f9ae3a8f80d97f142851ef95288b8046..3e06e93110801116d2441b59a0b1ddc13b3650ae 100644 (file)
@@ -508,7 +508,7 @@ int check_session_rotation_pending_relay(struct ltt_session *session)
        rcu_read_unlock();
 
        if (rotation_completed) {
-               DBG("[rotation-thread] Totation of trace archive %" PRIu64 " of session \"%s\" is complete on the relay",
+               DBG("[rotation-thread] Rotation of trace archive %" PRIu64 " of session \"%s\" is complete on the relay",
                                session->current_archive_id - 1,
                                session->name);
                session->rotation_pending_relay = false;
This page took 0.023301 seconds and 4 git commands to generate.