From: Jérémie Galarneau Date: Wed, 14 Nov 2018 22:07:48 +0000 (-0500) Subject: Fix: session rotation logging statement references snapshot X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=61539f9685f7786bc6fe8d23a7c1cef4fa716b7c Fix: session rotation logging statement references snapshot Signed-off-by: Jérémie Galarneau --- 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; }