This commit is contained in:
Mitchell Livingston 2011-04-10 16:26:55 +00:00
parent e825bd66c7
commit 2b79fd7186
1 changed files with 1 additions and 1 deletions

View File

@ -968,7 +968,7 @@ on_announce_error( tr_tier * tier, const char * err, tr_announce_event e )
/* schedule a reannounce */
interval = getRetryInterval( tier->currentTracker );
dbgmsg( tier, "Retrying announce in %d seconds.", interval );
tr_torinf( tier->tor, "Retrying scrape in %d seconds.", interval );
tr_torinf( tier->tor, "Retrying announce in %d seconds.", interval );
tier_announce_event_push( tier, e, tr_time( ) + interval );
}