fixed dht logging build

This commit is contained in:
Arvid Norberg 2010-02-08 04:35:46 +00:00
parent 0dba0f5dcc
commit c75e38e855
1 changed files with 4 additions and 4 deletions

View File

@ -470,10 +470,10 @@ void routing_table::node_failed(node_id const& id)
#ifdef TORRENT_DHT_VERBOSE_LOGGING
TORRENT_LOG(table) << " NODE FAILED"
" id: " << id <<
" ip: " << i->ep() <<
" fails: " << i->fail_count() <<
" pinged: " << i->pinged() <<
" up-time: " << total_seconds(time_now() - i->first_seen);
" ip: " << j->ep() <<
" fails: " << j->fail_count() <<
" pinged: " << j->pinged() <<
" up-time: " << total_seconds(time_now() - j->first_seen);
#endif
// if this node has failed too many times, or if this node