merged typo fix from RC_0_16

This commit is contained in:
Arvid Norberg 2013-12-29 20:26:17 +00:00
parent de6a715092
commit 93e7c42c7b
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}