From 52f9abb65202e83f8b9fb30dec4e9a0f0083d823 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Fri, 4 May 2007 20:55:39 +0000 Subject: [PATCH] fixed upnp header define --- include/libtorrent/upnp.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/upnp.hpp b/include/libtorrent/upnp.hpp index 68bb57d22..824c6d0c8 100644 --- a/include/libtorrent/upnp.hpp +++ b/include/libtorrent/upnp.hpp @@ -203,7 +203,7 @@ private: bool m_disabled; bool m_closing; -#if defined(TORRENT_LOGGING) || defined(TORRENT_VERBOSE_LOGGING) +#ifdef TORRENT_UPNP_LOGGING std::ofstream m_log; #endif };