diff --git a/src/main/java/gov/cabinetoffice/gap/applybackend/service/GrantAdvertService.java b/src/main/java/gov/cabinetoffice/gap/applybackend/service/GrantAdvertService.java index 5454d726..8bca7917 100644 --- a/src/main/java/gov/cabinetoffice/gap/applybackend/service/GrantAdvertService.java +++ b/src/main/java/gov/cabinetoffice/gap/applybackend/service/GrantAdvertService.java @@ -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) {