[cpp-sp] 02/02: Repeat after me...this isn't Java.

Codeberg noreply at shibboleth.net
Mon Jun 1 15:20:56 UTC 2026


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/5a489e8c37db898e605decb8fc8076003288d842

commit 5a489e8c37db898e605decb8fc8076003288d842
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Mon Jun 1 11:20:42 2026 -0400

    Repeat after me...this isn't Java.
---
 shibsp/handler/impl/LogoutConsumer.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shibsp/handler/impl/LogoutConsumer.cpp b/shibsp/handler/impl/LogoutConsumer.cpp
index 5eeaddb2..4b5f5100 100644
--- a/shibsp/handler/impl/LogoutConsumer.cpp
+++ b/shibsp/handler/impl/LogoutConsumer.cpp
@@ -154,7 +154,7 @@ pair<bool,long> LogoutConsumer::run(SPRequest& request, bool isHandler) const
 
     bool effectiveMatch = !m_matchRequired || output["matches"].integer() == 1;
     if (m_matchRequired) {
-        request.debug("LogoutRequest {} active session", effectiveMatch ? "matched" : "did not match");
+        request.debug("LogoutRequest %s active session", effectiveMatch ? "matched" : "did not match");
     }
     else {
         request.debug("ignoring processing of LogoutRequest for matching purposes");

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


More information about the commits mailing list