From 9fafd2f3e601203bd0a46a0aa8ced53a3b58b2d0 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 17 Mar 2011 04:58:10 +0000 Subject: [PATCH] fix formatting issue in client_test.cpp --- examples/client_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/client_test.cpp b/examples/client_test.cpp index 97077a1be..c20641108 100644 --- a/examples/client_test.cpp +++ b/examples/client_test.cpp @@ -449,7 +449,7 @@ void print_peer_info(std::string& out, std::vector const& #ifndef TORRENT_DISABLE_GEO_IP if (print_as) out += "AS "; #endif - out += "down (total | peak ) up (total | peak ) sent-req recv flags source "; + out += "down (total | peak ) up (total | peak ) sent-req recv flags source "; if (print_fails) out += "fail hshf "; if (print_send_bufs) out += "rq sndb quota rcvb q-bytes "; if (print_timers) out += "inactive wait timeout q-time ";