fix logging build

This commit is contained in:
Arvid Norberg 2011-09-25 23:42:56 +00:00
parent 5ae23f5800
commit da0f992c47
1 changed files with 1 additions and 1 deletions

View File

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