forked from premiere/premiere-libtorrent
fix logging build
This commit is contained in:
parent
5ae23f5800
commit
da0f992c47
|
@ -1549,7 +1549,7 @@ ctx->set_verify_callback(verify_function, ec);
|
||||||
{
|
{
|
||||||
#if defined TORRENT_LOGGING
|
#if defined TORRENT_LOGGING
|
||||||
(*m_ses.m_logger) << time_now_string() << " CLOSING CONNECTION "
|
(*m_ses.m_logger) << time_now_string() << " CLOSING CONNECTION "
|
||||||
<< p->remote() << " policy::new_connection returned false (i.e. peer list full)\n";
|
<< c->remote() << " policy::new_connection returned false (i.e. peer list full)\n";
|
||||||
#endif
|
#endif
|
||||||
c->disconnect(errors::too_many_connections);
|
c->disconnect(errors::too_many_connections);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue