mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
(trunk libT) #3923 "remove redundant announcer.c debug message" -- done.
This commit is contained in:
parent
25fa70576f
commit
bca543dc8e
1 changed files with 2 additions and 2 deletions
|
@ -1711,7 +1711,7 @@ onScrapeDone( tr_session * session,
|
|||
tr_snprintf( tier->lastScrapeStr, sizeof( tier->lastScrapeStr ),
|
||||
_( "tracker gave HTTP Response Code %1$ld (%2$s)" ),
|
||||
responseCode, tr_webGetResponseStr( responseCode ) );
|
||||
tr_tordbg( tier->tor, "%s", tier->lastScrapeStr );
|
||||
dbgmsg( tier, "%s", tier->lastScrapeStr );
|
||||
}
|
||||
else if( 300 <= responseCode && responseCode <= 399 )
|
||||
{
|
||||
|
@ -1720,7 +1720,7 @@ onScrapeDone( tr_session * session,
|
|||
tier->scrapeAt = now + interval;
|
||||
tr_snprintf( tier->lastScrapeStr, sizeof( tier->lastScrapeStr ),
|
||||
"Got a redirect. Retrying in %d seconds", interval );
|
||||
tr_tordbg( tier->tor, "%s", tier->lastScrapeStr );
|
||||
dbgmsg( tier, "%s", tier->lastScrapeStr );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue