X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fopensaml2.git;a=blobdiff_plain;f=saml%2Fsaml2%2Fbinding%2Fimpl%2FSAML2POSTDecoder.cpp;fp=saml%2Fsaml2%2Fbinding%2Fimpl%2FSAML2POSTDecoder.cpp;h=7be9f55ad0c7bdbb7645ec8e63981b4c03650e12;hp=fb0342b197b86141a1c8d52cc6b1c6afe4fa6126;hb=8ad0f24af699bf221f6cb051b1eef62732ab32cc;hpb=7bdf6cbec48950260247c956f3cd2d91d449e34d diff --git a/saml/saml2/binding/impl/SAML2POSTDecoder.cpp b/saml/saml2/binding/impl/SAML2POSTDecoder.cpp index fb0342b..7be9f55 100644 --- a/saml/saml2/binding/impl/SAML2POSTDecoder.cpp +++ b/saml/saml2/binding/impl/SAML2POSTDecoder.cpp @@ -98,7 +98,7 @@ XMLObject* SAML2POSTDecoder::decode( XMLByte* decoded=Base64::decode(reinterpret_cast(msg),&x); if (!decoded) throw BindingException("Unable to decode base64 in POST binding message."); - log.debugStream() << "decoded SAML message:" << logging::eol << decoded << logging::eol; + log.debugStream() << "decoded SAML message:\n" << decoded << logging::eol; // Parse and bind the document into an XMLObject. MemBufInputSource src(decoded, x, "SAMLMessage", true);