[java-identity-provider COMMIT] /trunk/idp-core/src/main/java/net/shibboleth/idp/service/AbstractReloadableService.java

noreply at shibboleth.net noreply at shibboleth.net
Thu Dec 26 15:58:45 EST 2013


Author: scantor
Date: Thu Dec 26 15:58:44 2013
New Revision: 5085

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5085&view=rev
Log:
Fix log nit.

Modified:
    trunk/idp-core/src/main/java/net/shibboleth/idp/service/AbstractReloadableService.java

Modified: trunk/idp-core/src/main/java/net/shibboleth/idp/service/AbstractReloadableService.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-core/src/main/java/net/shibboleth/idp/service/AbstractReloadableService.java?rev=5085&r1=5084&r2=5085&view=diff
==============================================================================
--- trunk/idp-core/src/main/java/net/shibboleth/idp/service/AbstractReloadableService.java (original)
+++ trunk/idp-core/src/main/java/net/shibboleth/idp/service/AbstractReloadableService.java Thu Dec 26 15:58:44 2013
@@ -173,7 +173,7 @@
     protected void doInitialize() throws ComponentInitializationException {
         super.doInitialize();
 
-        log.info("{} Performing a initial load", getLogPrefix());
+        log.info("{} Performing initial load", getLogPrefix());
         try {
             doReload();
         } catch (ServiceException e) {



More information about the commits mailing list