From ea1ce8172f6d5d0b61ed14431e7e032a97a58be7 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 17 Feb 2008 20:42:56 +0000 Subject: [PATCH] Fixed preprocessor directive error. Fixes #273 --- src/torrent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/torrent.cpp b/src/torrent.cpp index 727602c84..4817dc20a 100755 --- a/src/torrent.cpp +++ b/src/torrent.cpp @@ -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();