fixed typo

This commit is contained in:
Arvid Norberg 2008-02-17 20:57:16 +00:00
parent 900cbc956f
commit b6493bb4ef
1 changed files with 1 additions and 1 deletions

View File

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