*** empty log message ***

This commit is contained in:
Arvid Norberg 2005-06-20 22:54:17 +00:00
parent a59a3e62f7
commit 9a92b08be0
1 changed files with 1 additions and 1 deletions

View File

@ -1300,7 +1300,7 @@ namespace libtorrent
if (p.index < 0 || p.index >= info.num_pieces())
{
error = "invalid piece index in unfinished piece list (index: "
+ boost::lexical_cast<std::string>(p.index) + " size: ";
+ boost::lexical_cast<std::string>(p.index) + " size: "
+ boost::lexical_cast<std::string>(info.num_pieces()) + ")";
return;
}