Skip to content

Commit

Permalink
fix: error message typo
Browse files Browse the repository at this point in the history
  • Loading branch information
soanvig committed Jul 25, 2022
1 parent f878208 commit a0e394e
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 a0e394e

Please sign in to comment.