From e03ad192c7bbc595cc459264a7e75f1acd403aba Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 11 Feb 2010 01:20:43 +0000 Subject: [PATCH] (trunk libT) demote the "Got N peers from tracker" and "Found N peers from DHT" messages from info to debug... there are just too many of them --- libtransmission/torrent.c | 2 +- libtransmission/tr-dht.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libtransmission/torrent.c b/libtransmission/torrent.c index e04c636cf..28e922611 100644 --- a/libtransmission/torrent.c +++ b/libtransmission/torrent.c @@ -320,7 +320,7 @@ onTrackerResponse( void * tracker UNUSED, if( event->allAreSeeds ) tr_tordbg( tor, "Got %d seeds from tracker", (int)n ); else - tr_torinf( tor, _( "Got %d peers from tracker" ), (int)n ); + tr_tordbg( tor, "Got %d peers from tracker", (int)n ); for( i = 0; i < n; ++i ) { diff --git a/libtransmission/tr-dht.c b/libtransmission/tr-dht.c index 4aaa4e868..5f18477d9 100644 --- a/libtransmission/tr-dht.c +++ b/libtransmission/tr-dht.c @@ -615,7 +615,7 @@ callback( void *ignore UNUSED, int event, for( i=0; i