From: Mathieu Desnoyers Date: Tue, 2 Dec 2014 22:21:10 +0000 (-0500) Subject: Fix: print format type mismatch X-Git-Tag: v2.4.4~19 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=0e4face3afa7f6c4c01a44bbbb5414f3fb22253c;p=lttng-tools.git Fix: print format type mismatch Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau --- diff --git a/src/bin/lttng-relayd/main.c b/src/bin/lttng-relayd/main.c index 732309557..c51a3919f 100644 --- a/src/bin/lttng-relayd/main.c +++ b/src/bin/lttng-relayd/main.c @@ -2179,7 +2179,7 @@ int relay_process_data(struct relay_connection *conn) pthread_mutex_lock(&vstream->overwrite_lock); vstream->abort_flag = 1; pthread_mutex_unlock(&vstream->overwrite_lock); - DBG("Streaming side setting abort_flag on stream %s_%lu\n", + DBG("Streaming side setting abort_flag on stream %s_%" PRIu64 "\n", stream->channel_name, new_id); } else if (vstream->tracefile_count_current == stream->tracefile_count_current) {