fixed typo

This commit is contained in:
Arvid Norberg 2008-08-25 21:10:13 +00:00
parent f407c6d24e
commit 7cdc7b2912
1 changed files with 2 additions and 2 deletions

View File

@ -1588,8 +1588,8 @@ namespace libtorrent
#if defined TORRENT_VERBOSE_LOGGING || defined TORRENT_ERROR_LOGGING
(*m_logger) << time_now_string()
<< " *** SKIPPED_PIECE [ piece: " << eq.block.piece_index << " | "
"b: " << eq.block.block_index << " ] ***\n";
<< " *** SKIPPED_PIECE [ piece: " << qe.block.piece_index << " | "
"b: " << qe.block.block_index << " ] ***\n";
#endif
++qe.skipped;