forked from premiere/premiere-libtorrent
fixed typo in verbose bandwidth logging
This commit is contained in:
parent
9ea68dbb9c
commit
679a594f4e
|
@ -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") <<
|
||||
|
|
Loading…
Reference in New Issue