This is an automated email from the ASF dual-hosted git repository. martin_s pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva-redback-components-spring-apacheds.git
commit 8f8aceab37320cdb19522213746f216d959c14fb Author: Olivier Lamy <[email protected]> AuthorDate: Fri Sep 7 08:17:00 2012 +0000 improve a bit logging pattern with .info git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1381930 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/archiva/redback/components/apacheds/DefaultApacheDs.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/archiva/redback/components/apacheds/DefaultApacheDs.java b/src/main/java/org/apache/archiva/redback/components/apacheds/DefaultApacheDs.java index 25f353c..111ca7a 100644 --- a/src/main/java/org/apache/archiva/redback/components/apacheds/DefaultApacheDs.java +++ b/src/main/java/org/apache/archiva/redback/components/apacheds/DefaultApacheDs.java @@ -195,7 +195,7 @@ public class DefaultApacheDs { logger.info( "Starting Apache Directory Server server." ); - logger.info( "ApacheDS basedir: " + basedir.getAbsolutePath() ); + logger.info( "ApacheDS basedir: {}", basedir.getAbsolutePath() ); File logs = new File( basedir, "logs" ); -- To stop receiving notification emails like this one, please contact [email protected].
