Skip to content

Commit

Permalink
performRemoteOperation/IsCAAValid should log prob for prob not err
Browse files Browse the repository at this point in the history
  • Loading branch information
beautifulentropy committed Dec 5, 2024
1 parent 72ce78e commit 9faa26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion va/va.go
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ func (va *ValidationAuthorityImpl) performRemoteOperation(ctx context.Context, o
}
if isCAACheck {
// We're checking CAA, log the problem.
va.log.Errf("Operation on Remote VA (%s) returned a problem: %s", resp.addr, err)
va.log.Errf("Operation on Remote VA (%s) returned a problem: %s", resp.addr, currProb)
}
} else {
// The remote VA returned a successful result.
Expand Down

0 comments on commit 9faa26c

Please sign in to comment.