forked from premiere/premiere-libtorrent
fixed typo
This commit is contained in:
parent
900cbc956f
commit
b6493bb4ef
|
@ -3030,7 +3030,7 @@ namespace libtorrent
|
|||
}
|
||||
catch (std::exception& e)
|
||||
{
|
||||
#if defiend TORRENT_VERBOSE_LOGGING || defined TORRENT_ERROR_LOGGING
|
||||
#if defined TORRENT_VERBOSE_LOGGING || defined TORRENT_ERROR_LOGGING
|
||||
(*p->m_logger) << "**ERROR**: " << e.what() << "\n";
|
||||
#endif
|
||||
p->set_failed();
|
||||
|
|
Loading…
Reference in New Issue