fixed non verbose DHT build

This commit is contained in:
Arvid Norberg 2008-11-10 03:08:29 +00:00
parent 4abd27b40e
commit 45de012553
1 changed files with 2 additions and 0 deletions

View File

@ -1079,7 +1079,9 @@ namespace libtorrent { namespace dht
}
#endif
}
#ifdef TORRENT_DHT_VERBOSE_LOGGING
TORRENT_LOG(dht_tracker) << log_line.str() << " ]";
#endif
}
}}