Skip to content

Commit 431576e

Browse files
authored
Merge pull request #499 from venmanyarun/change_msg
change message
2 parents e5aa3e0 + aa8f5ef commit 431576e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/openliberty/tools/common/plugins/config/ServerConfigDocument.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ private String resolveExpansionProperties(Properties props, String value, String
381381
finalReplacement = matcher.group(0); // Keep original
382382
}
383383
matcher.appendReplacement(sb, Matcher.quoteReplacement(finalReplacement));
384-
log.info(String.format("Resolving Property %s for expression %s. Resolved value is %s", varName , value , sb));
384+
log.info(String.format("Resolving Property %s for expression %s. Resolved expression value is %s", varName , value , sb));
385385
}
386386
// 4. Finalize the string
387387
matcher.appendTail(sb);

0 commit comments

Comments
 (0)