From 93e7c42c7b7943fb32d8ac5bba91d4239a3d3778 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 29 Dec 2013 20:26:17 +0000 Subject: [PATCH] merged typo fix from RC_0_16 --- src/utp_stream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utp_stream.cpp b/src/utp_stream.cpp index f24b12db0..865a554f8 100644 --- a/src/utp_stream.cpp +++ b/src/utp_stream.cpp @@ -2291,7 +2291,7 @@ bool utp_socket_impl::consume_incoming_data( // exceeds the advertized receive window, start ignoring // more data packets UTP_LOG("%8p: ERROR: our advertized window is not honored. " - "recv_buf: %s buffered_in: %d max_size: %d\n" + "recv_buf: %d buffered_in: %d max_size: %d\n" , this, m_receive_buffer_size, m_buffered_incoming_bytes, m_in_buf_size); return false; }