diff --git a/src/torrent.cpp b/src/torrent.cpp index 727602c84..4817dc20a 100755 --- a/src/torrent.cpp +++ b/src/torrent.cpp @@ -3030,7 +3030,7 @@ namespace libtorrent } catch (std::exception& e) { -#ifdef TORRENT_VERBOSE_LOGGING || defined TORRENT_ERROR_LOGGING +#if defiend TORRENT_VERBOSE_LOGGING || defined TORRENT_ERROR_LOGGING (*p->m_logger) << "**ERROR**: " << e.what() << "\n"; #endif p->set_failed();