From cc7391690bfab0eeb85b286ea8defdb76728d751 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 11 Aug 2008 14:34:37 +0000 Subject: [PATCH] fixed client test status display since connecting_to_tracker was removed --- 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 9d9ab1c4a..f501f3caa 100644 --- a/examples/client_test.cpp +++ b/examples/client_test.cpp @@ -638,7 +638,7 @@ void handle_alert(libtorrent::session& ses, libtorrent::alert* a) } static char const* state_str[] = - {"checking (q)", "checking", "connecting", "dl metadata" + {"checking (q)", "checking", "dl metadata" , "downloading", "finished", "seeding", "allocating"}; int main(int ac, char* av[])