diff options
Diffstat (limited to 'src/packet')
| -rw-r--r-- | src/packet/src/packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
