Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
dont panic
Browse files Browse the repository at this point in the history
  • Loading branch information
whaught committed Jan 5, 2021
1 parent 82ad0f5 commit 3431e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/issueapi/issue_batch.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func (c *Controller) HandleBatchIssue() http.Handler {
}
// continue processing if when a single code issuance fails.
// if any issuance fails, the returned code is the code of the first failure.
logger.Warnw("single code issuance failed: %v", result.errorReturn)
logger.Warnw("single code issuance failed: %v", "error", result.errorReturn)
merr = multierror.Append(merr, errors.New(result.errorReturn.Error))
if resp.Codes[i] == nil {
resp.Codes[i] = &api.IssueCodeResponse{}
Expand Down

0 comments on commit 3431e1d

Please sign in to comment.