another boost chrono fix

This commit is contained in:
Arvid Norberg 2014-07-25 16:51:13 +00:00
parent af0bb0abd8
commit 1e48745173
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ void routing_table::print_state(std::ostream& os) const
os << "=== BUCKET == " << bucket_index
<< " == " << i->live_nodes.size() << "|" << i->replacements.size();
if (i->last_active == min_time())
if (i->last_active < min_time() + seconds(161))
os << " == -";
else
os << " == " << total_seconds(time_now() - i->last_active);