resync with lt trunk

This commit is contained in:
Marcos Pinto 2007-06-20 19:11:44 +00:00
parent 620aab25f9
commit 846058a8d0
2 changed files with 3 additions and 3 deletions

View File

@ -499,7 +499,7 @@ namespace libtorrent
{
// we couldn't find the torrent!
#ifdef TORRENT_VERBOSE_LOGGING
(*m_logger) << " couldn't find a torrent with the given info_hash\n";
(*m_logger) << " couldn't find a torrent with the given info_hash: " << ih << "\n";
#endif
throw std::runtime_error("got info-hash that is not in our session");
}
@ -2254,7 +2254,6 @@ namespace libtorrent
assert(m_reading);
m_reading = false;
if (error)
{
#ifdef TORRENT_VERBOSE_LOGGING

View File

@ -2855,3 +2855,4 @@ namespace libtorrent
}