forked from premiere/premiere-libtorrent
Fixed preprocessor directive error. Fixes #273
This commit is contained in:
parent
f1ceb44dc4
commit
ea1ce8172f
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue