forked from premiere/premiere-libtorrent
cleaned up left-over logging
This commit is contained in:
parent
8b1e55d28a
commit
499d4dfbb4
|
@ -560,7 +560,6 @@ namespace aux {
|
|||
|
||||
#if defined(TORRENT_VERBOSE_LOGGING) || defined(TORRENT_LOGGING)
|
||||
(*m_logger) << time_now_string() << " sending event=stopped to trackers\n";
|
||||
int counter = 0;
|
||||
#endif
|
||||
for (torrent_map::iterator i = m_torrents.begin();
|
||||
i != m_torrents.end(); ++i)
|
||||
|
@ -569,10 +568,6 @@ namespace aux {
|
|||
t.abort();
|
||||
}
|
||||
|
||||
#if defined(TORRENT_VERBOSE_LOGGING) || defined(TORRENT_LOGGING)
|
||||
(*m_logger) << time_now_string() << " sent " << counter << " tracker stop requests\n";
|
||||
#endif
|
||||
|
||||
#if defined(TORRENT_VERBOSE_LOGGING) || defined(TORRENT_LOGGING)
|
||||
(*m_logger) << time_now_string() << " aborting all connections (" << m_connections.size() << ")\n";
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue