From: Jérémie Galarneau Date: Thu, 5 Sep 2019 12:42:40 +0000 (-0400) Subject: Fix: incorrect conversion specifier used with packet size X-Git-Tag: v2.12.0-rc1~462 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=76ee92457557c5dca7b22350e118e7c611630b08;hp=76ee92457557c5dca7b22350e118e7c611630b08;p=lttng-tools.git 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 ---