From 29367fda62d9898962d03beb68b3defcfda78e93 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sat, 28 Jul 2007 15:58:59 +0000 Subject: [PATCH] add a temporary debugging statement for Lacrocivious --- libtransmission/torrent.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libtransmission/torrent.c b/libtransmission/torrent.c index 01bad5c44..cc548401b 100644 --- a/libtransmission/torrent.c +++ b/libtransmission/torrent.c @@ -231,6 +231,7 @@ torrentRealInit( tr_handle_t * h, ( tor->lastPieceSize + tor->blockSize - 1 ) / tor->blockSize; /* check our work */ +fprintf( stderr, "adding torrent [%s]\n", tor->info.name ); assert( ( info->pieceSize % tor->blockSize ) == 0 ); t = info->pieceCount - 1; t *= info->pieceSize;