From 7cdc7b29121171b1fcce5533c3eed7c75942ab59 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 25 Aug 2008 21:10:13 +0000 Subject: [PATCH] fixed typo --- src/peer_connection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/peer_connection.cpp b/src/peer_connection.cpp index fa9cffe44..e72239abc 100644 --- a/src/peer_connection.cpp +++ b/src/peer_connection.cpp @@ -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;