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