[cpp-sp] branch master updated: Adjust deprecation warning.

Scott Cantor cantor.2 at osu.edu
Fri Feb 16 17:04:18 EST 2018


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

scantor pushed a commit to branch master
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=f14b38c605d8cc3a99d6eb6563c1c3d1dd6a28c9

The following commit(s) were added to refs/heads/master by this push:
       new  f14b38c   Adjust deprecation warning.
f14b38c is described below

commit f14b38c605d8cc3a99d6eb6563c1c3d1dd6a28c9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Feb 16 17:04:07 2018 -0500

    Adjust deprecation warning.
---
 shibsp/impl/StorageServiceSessionCache.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shibsp/impl/StorageServiceSessionCache.cpp b/shibsp/impl/StorageServiceSessionCache.cpp
index 0af5f6e..494acee 100644
--- a/shibsp/impl/StorageServiceSessionCache.cpp
+++ b/shibsp/impl/StorageServiceSessionCache.cpp
@@ -878,7 +878,7 @@ SSCache::SSCache(const DOMElement* e)
     static const XMLCh _StorageServiceLite[] =  UNICODE_LITERAL_18(S,t,o,r,a,g,e,S,e,r,v,i,c,e,L,i,t,e);
 
     if (e && e->hasAttributeNS(nullptr, cacheTimeout)) {
-        m_log.warn("cacheTimeout property is deprecated in favor of cacheAllowance (see documentation)");
+        m_log.warn("DEPRECATED: cacheTimeout property is replaced by cacheAllowance (see documentation)");
         m_cacheTimeout = XMLHelper::getAttrInt(e, 0, cacheTimeout);
     }
     m_cacheAllowance = XMLHelper::getAttrInt(e, 0, cacheAllowance);

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


More information about the commits mailing list