]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
8 hexits, not 4
authorAlan T. DeKok <aland@freeradius.org>
Fri, 4 May 2018 15:31:42 +0000 (11:31 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 4 May 2018 16:28:48 +0000 (12:28 -0400)
src/modules/proto_vmps/proto_vmps_udp.c

index 66055827a7579392ba8656f7455d9135f19efaa5..063ed0b5b4cab95cfc742e3a48b0cb445fcb84c8 100644 (file)
@@ -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);