[cpp-sp COMMIT] /branches/REL_2/shibsp/impl/StorageServiceSessionCache.cpp
noreply at shibboleth.net
noreply at shibboleth.net
Thu Oct 20 21:39:46 BST 2011
Author: scantor
Date: Thu Oct 20 21:39:46 2011
New Revision: 3532
URL: http://svn.shibboleth.net/view/cpp-sp?rev=3532&view=rev
Log:
Fix log message.
Modified:
branches/REL_2/shibsp/impl/StorageServiceSessionCache.cpp
Modified: branches/REL_2/shibsp/impl/StorageServiceSessionCache.cpp
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/shibsp/impl/StorageServiceSessionCache.cpp?rev=3532&r1=3531&r2=3532&view=diff
==============================================================================
--- branches/REL_2/shibsp/impl/StorageServiceSessionCache.cpp (original)
+++ branches/REL_2/shibsp/impl/StorageServiceSessionCache.cpp Thu Oct 20 21:39:46 2011
@@ -1188,7 +1188,7 @@
#endif
if (!m_storage)
- throw ConfigurationException("SessionCache insertion requires a StorageService.");
+ throw ConfigurationException("SessionCache logout requires a StorageService.");
auto_ptr_char entityID(issuer ? issuer->getEntityID() : nullptr);
auto_ptr_char name(nameid.getName());
More information about the commits
mailing list