[java-identity-provider] branch master updated: Fix a typo.

Scott Cantor cantor.2 at osu.edu
Thu Apr 20 12:05:13 EDT 2017


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

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

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

The following commit(s) were added to refs/heads/master by this push:
       new  cc1cfd5   Fix a typo.
cc1cfd5 is described below

commit cc1cfd58ba0772a5e9d34eedb05aba1c52d4c2ae
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Apr 20 12:05:10 2017 -0400

    Fix a typo.
---
 .../java/net/shibboleth/idp/session/impl/StorageBackedIdPSession.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-session-impl/src/main/java/net/shibboleth/idp/session/impl/StorageBackedIdPSession.java b/idp-session-impl/src/main/java/net/shibboleth/idp/session/impl/StorageBackedIdPSession.java
index 9178de6..9338eb6 100644
--- a/idp-session-impl/src/main/java/net/shibboleth/idp/session/impl/StorageBackedIdPSession.java
+++ b/idp-session-impl/src/main/java/net/shibboleth/idp/session/impl/StorageBackedIdPSession.java
@@ -697,7 +697,7 @@ public class StorageBackedIdPSession extends AbstractIdPSession {
             
             return success;
         } catch (final IOException e) {
-            log.error("OPException saving SPSession for service {} to storage", session.getId(), e);
+            log.error("IOException saving SPSession for service {} to storage", session.getId(), e);
             throw e;
         }
     }

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


More information about the commits mailing list