]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
and another
authorAlan T. DeKok <aland@freeradius.org>
Tue, 16 Feb 2016 21:33:31 +0000 (16:33 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 16 Feb 2016 21:33:31 +0000 (16:33 -0500)
src/main/tls_listen.c

index 2ff1b8d8d25c90a05fef885239ab44853d12ebf5..2a9c87ed340b8c4e1cbad62e3a7fe0be1cee4bac 100644 (file)
@@ -438,7 +438,7 @@ int dual_tls_send(rad_listen_t *listener, REQUEST *request)
        }
 
        if (request->reply->data_len > (MAX_PACKET_LEN - 100)) {
-               RWARN("Packet is large, and possibly truncated - %zd vs max %zd",
+               RWARN("Packet is large, and possibly truncated - %zd vs max %d",
                      request->reply->data_len, MAX_PACKET_LEN);
        }