Skip to content

Commit

Permalink
Address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pgporada committed Nov 8, 2024
1 parent fb547cd commit 30ea374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ra/ra.go
Original file line number Diff line number Diff line change
Expand Up @@ -1858,7 +1858,7 @@ func (ra *RegistrationAuthorityImpl) countFailedValidation(ctx context.Context,
},
})
if err != nil {
ra.log.Warningf("pausing identifier for the %s rate limit: %s", ratelimits.FailedAuthorizationsForPausingPerDomainPerAccount, err)
ra.log.Warningf("failed to auto-pause %d/%q: %s", regId, ident.Value, err)
}
}
}
Expand Down

0 comments on commit 30ea374

Please sign in to comment.