X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=saml%2Fsaml1%2Fbinding%2Fimpl%2FSAML1POSTEncoder.cpp;h=f7c8ecd338d91c36670673b211d8458458580b6d;hb=refs%2Ftags%2F2.0-beta2;hp=df0ee433110cfb96952df377202167f679e3daba;hpb=43a515d64c2780e71b3328205ccef1ce6e276cb4;p=shibboleth%2Fcpp-opensaml.git 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;