fixed typo in verbose bandwidth logging

This commit is contained in:
Arvid Norberg 2009-04-24 17:40:40 +00:00
parent 9ea68dbb9c
commit 679a594f4e
1 changed files with 1 additions and 1 deletions

View File

@ -3552,7 +3552,7 @@ namespace libtorrent
if (m_send_buffer.empty())
{
(*m_logger) << time_now_string() << " *** SEND BUFFER DEPLETED ["
" quota: " << m_bandwidth_limit[download_channel].quota_left() <<
" quota: " << m_bandwidth_limit[upload_channel].quota_left() <<
" ignore: " << (m_ignore_bandwidth_limits?"yes":"no") <<
" buf: " << m_send_buffer.size() <<
" connecting: " << (m_connecting?"yes":"no") <<