[cpp-sp] branch main updated: Adjust overlooked info log.

Codeberg noreply at shibboleth.net
Fri Dec 5 21:52:50 UTC 2025


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

codeberg pushed a commit to branch main
in repository cpp-sp.

View the commit online:
https://codeberg.org/Shibboleth/cpp-sp/commit/d4a87c0402a3dc2069be46ebaf59402a82c60ce0

The following commit(s) were added to refs/heads/main by this push:
     new d4a87c04 Adjust overlooked info log.
d4a87c04 is described below

commit d4a87c0402a3dc2069be46ebaf59402a82c60ce0
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Dec 5 16:52:35 2025 -0500

    Adjust overlooked info log.
---
 shibsp/session/impl/AbstractSessionCache.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shibsp/session/impl/AbstractSessionCache.cpp b/shibsp/session/impl/AbstractSessionCache.cpp
index ec6df689..a3d05a2d 100644
--- a/shibsp/session/impl/AbstractSessionCache.cpp
+++ b/shibsp/session/impl/AbstractSessionCache.cpp
@@ -557,7 +557,7 @@ unique_lock<Session> AbstractSessionCache::_find(
         return unique_lock<Session>();
     }
 
-    m_log.info("valid session (%s) loaded from persistent store", key);
+    log(INFO_MARK, "valid session (%s) loaded from persistent store", key);
 
     // Wrap the object in a local wraper to guard it before it's saved off.
     unique_ptr<BasicSession> newSession(new BasicSession(*this, obj));

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


More information about the commits mailing list