forked from premiere/premiere-libtorrent
fixed non dht-logging build
This commit is contained in:
parent
4b96c79e93
commit
31d8c7d9b7
|
@ -221,7 +221,9 @@ bool routing_table::need_refresh(node_id& target) const
|
|||
|
||||
TORRENT_ASSERT(distance_exp(m_id, target) == 160 - num_bits);
|
||||
|
||||
#ifdef TORRENT_DHT_VERBOSE_LOGGING
|
||||
TORRENT_LOG(table) << "need_refresh [ bucket: " << num_bits << " target: " << target << " ]";
|
||||
#endif
|
||||
m_last_refresh = now;
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue