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:
   Done.



-- 
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: dev-unsubscr...@velocity.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org
For additional commands, e-mail: dev-h...@velocity.apache.org

Reply via email to