X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fopensaml2.git;a=blobdiff_plain;f=saml%2Fsaml2%2Fbinding%2Fimpl%2FSAML2POSTEncoder.cpp;h=3b303fc59b66be84d9e34da2ecf9106ca1934be3;hp=bc651c2d86e02593f69717063e3de9805f792511;hb=25e13c8d1138bb4a9509e359eee3ce1c26becc27;hpb=359b4db29548e8f45fbd4a4b8b35df0d53fb9f25 diff --git a/saml/saml2/binding/impl/SAML2POSTEncoder.cpp b/saml/saml2/binding/impl/SAML2POSTEncoder.cpp index bc651c2..3b303fc 100644 --- a/saml/saml2/binding/impl/SAML2POSTEncoder.cpp +++ b/saml/saml2/binding/impl/SAML2POSTEncoder.cpp @@ -158,7 +158,7 @@ long SAML2POSTEncoder::encode( TemplateEngine::TemplateParameters pmap; string& msg = pmap.m_map[(request ? "SAMLRequest" : "SAMLResponse")]; XMLHelper::serialize(rootElement, msg); - log.debug("marshalled message: %s", msg.c_str()); + log.debug("marshalled message:\n%s", msg.c_str()); // SimpleSign. if (credential && m_simple) {