X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fopensaml2.git;a=blobdiff_plain;f=saml%2Fsaml1%2Fbinding%2Fimpl%2FSAML1POSTEncoder.cpp;h=f7c8ecd338d91c36670673b211d8458458580b6d;hp=df0ee433110cfb96952df377202167f679e3daba;hb=25e13c8d1138bb4a9509e359eee3ce1c26becc27;hpb=359b4db29548e8f45fbd4a4b8b35df0d53fb9f25 diff --git a/saml/saml1/binding/impl/SAML1POSTEncoder.cpp b/saml/saml1/binding/impl/SAML1POSTEncoder.cpp index df0ee43..f7c8ecd 100644 --- a/saml/saml1/binding/impl/SAML1POSTEncoder.cpp +++ b/saml/saml1/binding/impl/SAML1POSTEncoder.cpp @@ -150,7 +150,7 @@ long SAML1POSTEncoder::encode( TemplateEngine::TemplateParameters pmap; string& xmlbuf = pmap.m_map["SAMLResponse"]; XMLHelper::serialize(rootElement, xmlbuf); - log.debug("marshalled response: %s", xmlbuf.c_str()); + log.debug("marshalled response:\n%s", xmlbuf.c_str()); // Replace with base-64 encoded version. unsigned int len=0;