Skip to content

Commit 477ff96

Browse files
committed
Fix invalid message format.
See #20
1 parent 51279e4 commit 477ff96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/release/deployment/ArtifactoryClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public void verify() {
7272

7373
try {
7474

75-
logger.log("Artifactory", "Verifying authentication using a GET call to %s (%s %s).", verificationResource);
75+
logger.log("Artifactory", "Verifying authentication using a GET call to %s.", verificationResource);
7676

7777
template.getForEntity(verificationResource, String.class);
7878

0 commit comments

Comments
 (0)