From 4da7a3e44d2bbd7b21ae05c7b6604748e7227227 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Thu, 8 Dec 2022 16:31:24 +0100 Subject: wip2 --- src/packet/src/packet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/packet') diff --git a/src/packet/src/packet.c b/src/packet/src/packet.c index 3ace4af..eabda8b 100644 --- a/src/packet/src/packet.c +++ b/src/packet/src/packet.c @@ -79,7 +79,7 @@ static int read_header(struct packet_input *const in, if (header >= MAX_PACKET_TYPES) { - fprintf(stderr, "%s: invalid packet type %" PRIu8 "\n", + fprintf(stderr, "%s: invalid packet type %#" PRIx8 "\n", __func__, header); return -1; } -- cgit v1.2.3