[java-identity-provider] 05/16: Fix a typo.
Scott Cantor
cantor.2 at osu.edu
Tue Sep 26 12:41:15 EDT 2017
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-3.3
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=b52062be92eb0b6054ce508f26d2c970036f54f8
commit b52062be92eb0b6054ce508f26d2c970036f54f8
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