Fix: session rotation logging statement references snapshot
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.c
index a133eeeef19fe563f06af0b89b52033c60fef60d..ad6bc09f74cac51c2ab1ce349779d5f26d17b740 100644 (file)
@@ -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;
                        }
This page took 0.024287 seconds and 5 git commands to generate.