log when initservers is done

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1131451 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-06-04 18:01:39 +00:00
parent 0848bc6475
commit 8ad78e8f02
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,6 @@ import java.util.Map;
/**
* RepositoryServlet
*
* @version $Id$
*/
public class RepositoryServlet
extends AbstractWebdavServlet
@ -190,6 +189,8 @@ public class RepositoryServlet
HttpAuthenticator httpAuth = wac.getBean( "httpAuthenticator#basic", HttpAuthenticator.class );
sessionProvider = new ArchivaDavSessionProvider( servletAuth, httpAuth );
log.info( "initServers done" );
}
public void configurationEvent( ConfigurationEvent event )