From: Jérémie Galarneau Date: Wed, 14 Nov 2018 22:02:04 +0000 (-0500) Subject: Clean-up: typo in logging message Totation -> Rotation X-Git-Tag: v2.12.0-rc1~766 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=cb70f0d51132eaaea58613a06160d453a350e88b Clean-up: typo in logging message Totation -> Rotation Signed-off-by: Jérémie Galarneau --- 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;