Log the session to which a ROTATE_PENDING command applies
[lttng-tools.git] / src / bin / lttng-relayd / main.c
index 44fb2e27cb99a1bc34feeeaaa7d7d618bcbb72f3..5a3bcb43fbc8aea671e4cc7b0a3c15451522181e 100644 (file)
@@ -2820,7 +2820,8 @@ int relay_rotate_pending(const struct lttcomm_relayd_hdr *recv_hdr,
 
        chunk_id = be64toh(msg.chunk_id);
 
-       DBG("Evaluating rotate pending for chunk id %" PRIu64, chunk_id);
+       DBG("Evaluating rotate pending for session \"%s\" and  chunk id %" PRIu64,
+                       session->session_name, chunk_id);
 
        /*
         * Iterate over all the streams in the session and check if they are
This page took 0.025198 seconds and 5 git commands to generate.