client_test print fix
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user