Fix: incorrect conversion specifier used with size and padding
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2019 12:47:40 +0000 (08:47 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2019 20:39:16 +0000 (16:39 -0400)
commitf621b42a70e5bc736bf1947467c0a238abc28810
tree6b88221d2e7bc155ba878076b29f8821a8b4adaf
parent67c5bca6d543cc474979c8144b637e779fe4e1a7
Fix: incorrect conversion specifier used with size and padding

packet>size and padding_len, of type size_t, are 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.025471 seconds and 4 git commands to generate.