fixed bug where trackers wouldn't be retried if they failed
This commit is contained in:
@@ -1432,7 +1432,7 @@ int main(int argc, char* argv[])
|
||||
snprintf(str, sizeof(str), "%2d %-55s fails: %-3d %s %s \"%s\" %s\n"
|
||||
, i->tier, i->url.c_str(), i->fails, i->verified?"OK ":"- "
|
||||
, i->updating?"updating"
|
||||
:!i->verified?""
|
||||
:!i->will_announce(now)?""
|
||||
:to_string(total_seconds(i->next_announce - now), 8).c_str()
|
||||
, i->last_error ? i->last_error.message().c_str() : ""
|
||||
, i->message.c_str());
|
||||
|
Reference in New Issue
Block a user