Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
firelizzard18 committed Dec 7, 2024
1 parent c8e3f6c commit 0889974
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/cmd/debug/heal_common.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ func getAccount[T protocol.Account](ctx context.Context, q api.Querier, u *url.U
age := time.Since(*r.LastBlockTime)
if flagMaxResponseAge > 0 && age > flagMaxResponseAge {
cmdutil.Warnf("response for %v is too old (%v)", u, age)
continue
}

slog.InfoContext(ctx, "Got account", "url", u, "lastBlockAge", age.Round(time.Second))
Expand Down

0 comments on commit 0889974

Please sign in to comment.