From 7b2a9f274a3676201e614abd5c7935c358a2aec1 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sun, 19 Aug 2007 02:23:35 +0000 Subject: [PATCH] accidentally checked in a debugging statement --- libtransmission/tracker.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libtransmission/tracker.c b/libtransmission/tracker.c index 5d4236866..4b71dfa7c 100644 --- a/libtransmission/tracker.c +++ b/libtransmission/tracker.c @@ -198,7 +198,6 @@ getConnection( const char * address, int port ) tr_ptrArrayInsertSorted( connections, val, connectionCompare ); } -fprintf( stderr, "got a connection to [%s] port [%d]: %p\n", address, port, val->evconn ); return val->evconn; } @@ -653,13 +652,11 @@ onScrapeResponse( struct evhttp_request * req, void * vt ) int i, n; Torrent ** torrents = (Torrent**) tr_ptrArrayPeek( t->scraping, &n ); - for( i=0; itorrent->info.name ); + for( i=0; iscrapeTag = tr_timerNew( t->handle, onTorrentScrapeNow, torrents[i], NULL, t->scrapeIntervalMsec ); - } tr_ptrArrayClear( t->scraping ); t->multiscrapeMax = INT_MAX;