scantor commented on code in PR #51:
URL: https://github.com/apache/velocity-engine/pull/51#discussion_r1747031748
##########
spring-velocity-support/src/main/java/org/apache/velocity/spring/SpringResourceLoader.java:
##########
@@ -91,8 +91,8 @@ public void init(ExtProperties configuration) {
}
}
if (logger.isInfoEnabled()) {
- logger.info("SpringResourceLoader for Velocity: using resource
loader [" + this.resourceLoader +
- "] and resource loader paths " +
Arrays.asList(this.resourceLoaderPaths));
+ logger.info("SpringResourceLoader for Velocity: using resource
loader [{}] and resource loader paths {}",
+ resourceLoader,
Arrays.asList(this.resourceLoaderPaths));
Review Comment:
Yes, I'll fix that.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]