*** empty log message ***

This commit is contained in:
Arvid Norberg
2004-08-30 09:08:36 +00:00
parent 8b4928d280
commit c609faa879
4 changed files with 18 additions and 26 deletions

View File

@@ -218,7 +218,7 @@ void print_peer_info(std::ostream& out, std::vector<libtorrent::peer_info> const
{
using namespace libtorrent;
out << " down up q r flags block\n";
out << " down up q r flags client block\n";
for (std::vector<peer_info>::const_iterator i = peers.begin();
i != peers.end();