precaution fix

This commit is contained in:
Arvid Norberg 2010-03-17 19:01:08 +00:00
parent 7775457441
commit b874104fab
1 changed files with 2 additions and 0 deletions

View File

@ -1795,6 +1795,8 @@ namespace aux {
if (m_abort) return;
if (e == asio::error::operation_aborted) return;
if (e)
{
#if defined TORRENT_LOGGING