From 61539f9685f7786bc6fe8d23a7c1cef4fa716b7c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Wed, 14 Nov 2018 17:07:48 -0500 Subject: [PATCH] Fix: session rotation logging statement references snapshot 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/ust-app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/lttng-sessiond/ust-app.c b/src/bin/lttng-sessiond/ust-app.c index a133eeeef..ad6bc09f7 100644 --- a/src/bin/lttng-sessiond/ust-app.c +++ b/src/bin/lttng-sessiond/ust-app.c @@ -6424,7 +6424,7 @@ int ust_app_rotate_session(struct ltt_session *session) registry = get_session_registry(ua_sess); if (!registry) { - DBG("Application session is being torn down. Abort snapshot record."); + DBG("Application session is being torn down. Abort session rotation."); ret = -1; goto error; } -- 2.34.1