From: Alan T. DeKok Date: Fri, 4 May 2018 15:31:42 +0000 (-0400) Subject: 8 hexits, not 4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88db2e65ec27983594baac3fb2b1aab48d03e417;p=thirdparty%2Ffreeradius-server.git 8 hexits, not 4 --- diff --git a/src/modules/proto_vmps/proto_vmps_udp.c b/src/modules/proto_vmps/proto_vmps_udp.c index 66055827a75..063ed0b5b4c 100644 --- a/src/modules/proto_vmps/proto_vmps_udp.c +++ b/src/modules/proto_vmps/proto_vmps_udp.c @@ -186,7 +186,7 @@ static ssize_t mod_read(void *instance, void **packet_ctx, fr_time_t **recv_time /* * Print out what we received. */ - DEBUG2("proto_vmps_udp - Received %d ID %04x length %d %s", + DEBUG2("proto_vmps_udp - Received %d ID %08x length %d %s", buffer[1], id, (int) packet_len, inst->name);