From: Jérémie Galarneau Date: Thu, 10 May 2018 21:31:10 +0000 (-0400) Subject: Log the session to which a ROTATE_PENDING command applies X-Git-Tag: v2.11.0-rc1~181 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=ce6877c939c5530e919011f7e34fe14f3d1fc090 Log the session to which a ROTATE_PENDING command applies Signed-off-by: Jérémie Galarneau --- diff --git a/src/bin/lttng-relayd/main.c b/src/bin/lttng-relayd/main.c index 44fb2e27c..5a3bcb43f 100644 --- a/src/bin/lttng-relayd/main.c +++ b/src/bin/lttng-relayd/main.c @@ -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