]> source.dussan.org Git - archiva.git/commitdiff
fix small typo
authorOlivier Lamy <olamy@apache.org>
Wed, 5 Oct 2011 14:50:03 +0000 (14:50 +0000)
committerOlivier Lamy <olamy@apache.org>
Wed, 5 Oct 2011 14:50:03 +0000 (14:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1179246 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp/src/main/java/org/apache/archiva/web/startup/ArchivaJcrRepositoryConfig.java

index 9c414133ad5003d7b61eee4d4d10f72ac7c78d8a..d6bcf4613221ba8e2d5ca0e43ed36fb129b27230 100644 (file)
@@ -44,7 +44,7 @@ public class ArchivaJcrRepositoryConfig
         {
             String resourcePath = "org/apache/archiva/repository.xml";
             LoggerFactory.getLogger( ArchivaJcrRepositoryConfig.class ).info(
-                "now repository.xml file in path {} so use default from resources path {}", file, resourcePath );
+                "no repository.xml file in path {} so use default from resources path {}", file, resourcePath );
             // use bundled repository.xml
             return RepositoryConfig.create(
                 Thread.currentThread( ).getContextClassLoader( ).getResourceAsStream( resourcePath ), home );