diff --git a/test/test_rss.cpp b/test/test_rss.cpp index 3a1631f59..7cd9a8171 100644 --- a/test/test_rss.cpp +++ b/test/test_rss.cpp @@ -88,11 +88,7 @@ void test_feed(std::string const& filename, rss_expect const& expect) "\r\n"; boost::shared_ptr s = boost::shared_ptr(new aux::session_impl( - std::make_pair(100, 200), fingerprint("TT", 0, 0, 0 ,0), NULL, 0 -#if defined TORRENT_VERBOSE_LOGGING || defined TORRENT_LOGGING || defined TORRENT_ERROR_LOGGING - , "." -#endif - )); + std::make_pair(100, 200), fingerprint("TT", 0, 0, 0 ,0), NULL, 0)); s->start_session(); feed_settings sett;