From: Alan T. DeKok Date: Tue, 16 Feb 2016 21:33:31 +0000 (-0500) Subject: and another X-Git-Tag: release_3_0_12~223 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a52409e4cb6d04ca268a070e43b4234c066e61af;p=thirdparty%2Ffreeradius-server.git and another --- diff --git a/src/main/tls_listen.c b/src/main/tls_listen.c index 2ff1b8d8d25..2a9c87ed340 100644 --- a/src/main/tls_listen.c +++ b/src/main/tls_listen.c @@ -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); }