X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=shibsp%2Fhandler%2Fimpl%2FSAML2Logout.cpp;h=5f5379d5e8ca4c0cafce3bad5fcd7fe0fed541a6;hb=677c7ff1b4c93a7d0ec125cb641e200c43c9f5bb;hp=d6931ceaca0b4b7412b768c9f230260e895d48d9;hpb=8f8f156368e049af530a7b1d1ec6aa9ee35a65c3;p=shibboleth%2Fcpp-sp.git 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 {