Log the session to which a ROTATE_PENDING command applies
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 10 May 2018 21:31:10 +0000 (17:31 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 5 Jun 2018 16:29:53 +0000 (12:29 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
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);
 
 
        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
 
        /*
         * Iterate over all the streams in the session and check if they are
This page took 0.02802 seconds and 5 git commands to generate.