From: Frederic Suter Date: Wed, 15 Feb 2017 11:41:43 +0000 (+0100) Subject: fix tiny typo X-Git-Tag: v3_15~377 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/81ac660087abb00e6abbac681f042f3d3e02a709 fix tiny typo --- diff --git a/examples/msg/app-bittorrent/peer.c b/examples/msg/app-bittorrent/peer.c index 16dd90c2e8..e0344f4b3d 100644 --- a/examples/msg/app-bittorrent/peer.c +++ b/examples/msg/app-bittorrent/peer.c @@ -362,7 +362,7 @@ void handle_message(peer_t peer, msg_task_t task) } break; case MESSAGE_PIECE: - XBT_DEBUG(" \for piece %d (%d,%d)", message->index, message->block_index, + XBT_DEBUG(" \t for piece %d (%d,%d)", message->index, message->block_index, message->block_index + message->block_length); xbt_assert(!remote_peer->choked_download); xbt_assert(remote_peer->am_interested || ENABLE_END_GAME_MODE,