*** empty log message ***

This commit is contained in:
Arvid Norberg
2004-01-04 23:51:54 +00:00
parent 1baef63b99
commit e2baa0a646
12 changed files with 682 additions and 515 deletions

View File

@@ -497,6 +497,11 @@ namespace libtorrent
}
catch(std::exception& e)
{
if (m_alerts.should_post(alert::debug))
{
m_alerts.post_alert(
peer_error_alert(p->second->get_peer_id(), e.what()));
}
// the connection wants to disconnect for some reason, remove it
// from the connection-list
m_selector.remove(*i);