From b6493bb4ef41f54625daca4c40c7a4cd3a2f1ed1 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 17 Feb 2008 20:57:16 +0000 Subject: [PATCH] fixed typo --- src/torrent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/torrent.cpp b/src/torrent.cpp index 4817dc20a..6ae61f708 100755 --- a/src/torrent.cpp +++ b/src/torrent.cpp @@ -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();