Skip to content

Commit b063291

Browse files
Update maven-plugins/bnd-maven-plugin/src/main/java/aQute/bnd/maven/plugin/AbstractBndMavenPlugin.java
Co-authored-by: BJ Hargrave <[email protected]> Signed-off-by: Christoph <[email protected]>
1 parent 644584a commit b063291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maven-plugins/bnd-maven-plugin/src/main/java/aQute/bnd/maven/plugin/AbstractBndMavenPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ public void execute() throws MojoExecutionException, MojoFailureException {
266266
// becpmes input to the bnd process (which could lead to
267267
// suprising results in some cases)
268268
File existingMetaInf = getManifestPath();
269-
logger.info("Delete existing manifest: " + existingMetaInf);
269+
logger.info("Delete existing manifest: {}", existingMetaInf);
270270
IO.delete(existingMetaInf);
271271
}
272272

0 commit comments

Comments
 (0)