Skip to content

Commit 06e5e65

Browse files
committed
remove obsolete {} from log message
1 parent 5df7b34 commit 06e5e65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tooling/conga-aem-maven-plugin/src/main/java/io/wcm/devops/conga/plugins/aem/maven/allpackage

tooling/conga-aem-maven-plugin/src/main/java/io/wcm/devops/conga/plugins/aem/maven/allpackage/AllPackageBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ private List<ContentPackageFile> getValidContentPackagesStrictValidation(List<?
208208
// generate warning for each content packages without package type that is skipped
209209
contentPackages.stream()
210210
.filter(pkg -> !hasPackageType(pkg))
211-
.forEach(pkg -> getLog().warn("Skipping content package without package type: {}" + getCanonicalPath(pkg.getFile())));
211+
.forEach(pkg -> getLog().warn("Skipping content package without package type: " + getCanonicalPath(pkg.getFile())));
212212

213213
// fail build if content packages with non-allowed package types exist
214214
List<ContentPackageFile> invalidPackageTypeContentPackages = contentPackages.stream()

0 commit comments

Comments
 (0)