Fixed preprocessor directive error. Fixes #273

This commit is contained in:
Arvid Norberg 2008-02-17 20:42:56 +00:00
parent f1ceb44dc4
commit ea1ce8172f
1 changed files with 1 additions and 1 deletions

View File

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