1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-03 13:31:11 +03:00

packet: Avoid warnings by using correct template

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Jakub Jelen
2018-06-21 14:26:37 +02:00
committed by Andreas Schneider
parent f1b36c18f6
commit d25b8fb550

View File

@@ -191,7 +191,7 @@ int ssh_packet_socket_callback(const void *data, size_t receivedlen, void *user)
*/
#ifdef DEBUG_PACKET
SSH_LOG(SSH_LOG_PACKET,
"Waiting for more data (%zu < %zu)",
"Waiting for more data (%zu < %u)",
receivedlen,
lenfield_blocksize);
#endif