From 677c7ff1b4c93a7d0ec125cb641e200c43c9f5bb Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Wed, 4 Nov 2009 19:20:02 +0000 Subject: [PATCH] https://issues.shibboleth.net/jira/browse/SSPCPP-259 --- shibsp/handler/impl/SAML2Logout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shibsp/handler/impl/SAML2Logout.cpp b/shibsp/handler/impl/SAML2Logout.cpp index d6931ce..5f5379d 100644 --- a/shibsp/handler/impl/SAML2Logout.cpp +++ b/shibsp/handler/impl/SAML2Logout.cpp @@ -284,7 +284,7 @@ pair SAML2Logout::doRequest(const Application& application, const HTT worked2 = true; } catch (exception& ex) { - m_log.error("error removing session (%s): %s", session_id, ex.what()); + m_log.error("error removing session (%s): %s", session_id.c_str(), ex.what()); } } else { -- 2.1.4