From: Jérémie Galarneau Date: Mon, 20 Jul 2020 15:48:23 +0000 (-0400) Subject: Clean-up: relayd: missing space in debug statement X-Git-Tag: v2.13.0-rc1~592 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=a269202e8b3751675a6e98672f7f17d6dac018ba Clean-up: relayd: missing space in debug statement Missing space in rotation debug statement results in logs of the form: [...] Rotate stream 1at sequence number 4 [...] Signed-off-by: Jérémie Galarneau Change-Id: I7f950224f52164d30f896d0b2bcc59304f842cf1 --- diff --git a/src/common/relayd/relayd.c b/src/common/relayd/relayd.c index dfcb337a0..1f98ac4c0 100644 --- a/src/common/relayd/relayd.c +++ b/src/common/relayd/relayd.c @@ -1258,7 +1258,7 @@ int relayd_rotate_streams(struct lttcomm_relayd_sock *sock, position->rotate_at_seq_num), }; - DBG("Rotate stream %" PRIu64 "at sequence number %" PRIu64, + DBG("Rotate stream %" PRIu64 " at sequence number %" PRIu64, position->stream_id, position->rotate_at_seq_num); ret = lttng_dynamic_buffer_append(&payload, &comm_position,