[cpp-sp] 02/03: Adjust per-request logging call.

Codeberg noreply at shibboleth.net
Tue Jun 16 17:04: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/f22f7860c425b40bbfd9ac0143e5445dc6f9e780

commit f22f7860c425b40bbfd9ac0143e5445dc6f9e780
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 16 13:04:22 2026 -0400

    Adjust per-request logging call.
---
 shibsp/AbstractSPRequest.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shibsp/AbstractSPRequest.cpp b/shibsp/AbstractSPRequest.cpp
index 15bd70e0..6acf849d 100644
--- a/shibsp/AbstractSPRequest.cpp
+++ b/shibsp/AbstractSPRequest.cpp
@@ -85,7 +85,7 @@ RequestMapper::Settings AbstractSPRequest::getRequestSettings() const
         m_settings = m_mapper->getSettings(*this);
 
         if (m_log.isDebugEnabled()) {
-            m_log.debug("mapped %s to %s", getRequestURL(), m_settings.first->getString("applicationId", ""));
+            debug("mapped %s to %s", getRequestURL(), m_settings.first->getString("applicationId", ""));
         }
     }
     return m_settings;

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


More information about the commits mailing list