Fix: incorrect conversion specifier used with packet size
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2019 12:42:40 +0000 (08:42 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2019 20:39:16 +0000 (16:39 -0400)
commit67c5bca6d543cc474979c8144b637e779fe4e1a7
tree979f6335d12dcb753736a0c5804a697adbadb180
parentca00a20c0f83c9dd9d6709cbeeee92eb880c3c6f
Fix: incorrect conversion specifier used with packet size

packet_size, of type size_t, is logged using a %PRIu64 specifier
resulting in a warning being emitted on 32-bit architectures.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-relayd/stream.c
This page took 0.024727 seconds and 4 git commands to generate.