diff --git a/examples/client_test.cpp b/examples/client_test.cpp index 9d4a5b831..9b06dd574 100644 --- a/examples/client_test.cpp +++ b/examples/client_test.cpp @@ -342,7 +342,7 @@ void print_peer_info(std::ostream& out, std::vector const for (std::vector::const_iterator i = peers.begin(); i != peers.end(); ++i) { - if (i->flags & (peer_info::handshake)) + if (i->flags & (peer_info::handshake | peer_info::connecting | peer_info::queued)) continue; out.fill(' ');