fixed non dht-logging build

This commit is contained in:
Arvid Norberg 2010-12-12 03:45:49 +00:00
parent 4b96c79e93
commit 31d8c7d9b7
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}