Skip to content

Commit

Permalink
Merge pull request #3361 from energywebfoundation/cron-state-check-lo…
Browse files Browse the repository at this point in the history
…ophandle-error-2

fix: error message typo
  • Loading branch information
soanvig authored Jul 25, 2022
2 parents f878208 + a0e394e commit 8bbd97d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class CheckCertificationRequestStateTask {
}
} catch (e) {
this.logger.error(
`Cannot IREC certification request state ${certificateRequest.irecIssueRequestId} state because of error: ${e.message}`
`Cannot check IREC certification request (${certificateRequest.irecIssueRequestId}) state because of error: ${e.message}`
);
}
}
Expand Down

0 comments on commit 8bbd97d

Please sign in to comment.