fixed client test status display since connecting_to_tracker was removed

This commit is contained in:
Arvid Norberg 2008-08-11 14:34:37 +00:00
parent 7d6a895d1b
commit cc7391690b
1 changed files with 1 additions and 1 deletions

View File

@ -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[])