client_test print fix
This commit is contained in:
parent
29fb79f60c
commit
12a29ea281
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue