Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tco committed Dec 19, 2023
1 parent 2d4d246 commit 61e796c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public void validateGrantWebpageUrl(final String contentfulSlug, final String gr
String url = this.getGrantWebpageUrl(contentfulEntry);

if (!url.equals(grantWebpageUrl)) {
log.error("Grant webpage url does not match the url in contentful - expected: " + url + "but received: " + grantWebpageUrl);
log.error("Grant webpage url does not match the url in contentful - expected: " + url + " but received: " + grantWebpageUrl);
throw new NotFoundException("Grant webpage url does not match the url in contentful");
}
} catch (CDAResourceNotFoundException error) {
Expand Down

0 comments on commit 61e796c

Please sign in to comment.