X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Frotation-thread.c;h=3e06e93110801116d2441b59a0b1ddc13b3650ae;hp=68a5d402f9ae3a8f80d97f142851ef95288b8046;hb=cb70f0d51132eaaea58613a06160d453a350e88b;hpb=2961f09e9ea0e7a23dade01014caa40fb323d6bd diff --git a/src/bin/lttng-sessiond/rotation-thread.c b/src/bin/lttng-sessiond/rotation-thread.c index 68a5d402f..3e06e9311 100644 --- a/src/bin/lttng-sessiond/rotation-thread.c +++ b/src/bin/lttng-sessiond/rotation-thread.c @@ -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;