client_test print fix

This commit is contained in:
Arvid Norberg 2014-11-24 04:35:52 +00:00
parent 29fb79f60c
commit 12a29ea281
1 changed files with 2 additions and 2 deletions

View File

@ -479,7 +479,7 @@ void print_peer_info(std::string& out, std::vector<libtorrent::peer_info> const&
, int(total_seconds(i->download_queue_time)));
out += str;
}
snprintf(str, sizeof(str), "%s|%s %4d "
snprintf(str, sizeof(str), "%s|%s %5d "
, add_suffix(i->pending_disk_bytes).c_str()
, add_suffix(i->pending_disk_read_bytes).c_str()
, i->rtt);