[java-support] branch master updated: Stray log placeholder.

Scott Cantor cantor.2 at osu.edu
Tue Apr 4 11:47:37 EDT 2017


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-support.

View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=f434b9d1de1b30b860fdcebf05dcc6688dea4755

The following commit(s) were added to refs/heads/master by this push:
       new  f434b9d   Stray log placeholder.
f434b9d is described below

commit f434b9d1de1b30b860fdcebf05dcc6688dea4755
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Apr 4 11:47:35 2017 -0400

    Stray log placeholder.
---
 .../utilities/java/support/service/AbstractReloadableService.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/net/shibboleth/utilities/java/support/service/AbstractReloadableService.java b/src/main/java/net/shibboleth/utilities/java/support/service/AbstractReloadableService.java
index 33190b3..27361e1 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/service/AbstractReloadableService.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/service/AbstractReloadableService.java
@@ -185,7 +185,7 @@ public abstract class AbstractReloadableService<T> extends AbstractIdentifiableI
                 log.error("{} No further attempts will be made to reload", getLogPrefix());
             }
         } catch (final Exception e) {
-            log.error("{} Unexpected error during initial load {}", getLogPrefix(), e);
+            log.error("{} Unexpected error during initial load", getLogPrefix(), e);
             throw new ComponentInitializationException(getLogPrefix() + " Unexpected error during initial load", e);
         }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list