X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fopensaml2.git;a=blobdiff_plain;f=saml%2Fsaml1%2Fbinding%2Fimpl%2FSAML1POSTDecoder.cpp;fp=saml%2Fsaml1%2Fbinding%2Fimpl%2FSAML1POSTDecoder.cpp;h=16a6bc121b6e074350207957fd9b2ae97c7c1ac4;hp=0ce1779bd5a810f437acdebe499b2254202e5321;hb=8ad0f24af699bf221f6cb051b1eef62732ab32cc;hpb=7bdf6cbec48950260247c956f3cd2d91d449e34d diff --git a/saml/saml1/binding/impl/SAML1POSTDecoder.cpp b/saml/saml1/binding/impl/SAML1POSTDecoder.cpp index 0ce1779..16a6bc1 100644 --- a/saml/saml1/binding/impl/SAML1POSTDecoder.cpp +++ b/saml/saml1/binding/impl/SAML1POSTDecoder.cpp @@ -94,7 +94,7 @@ XMLObject* SAML1POSTDecoder::decode( XMLByte* decoded=Base64::decode(reinterpret_cast(samlResponse),&x); if (!decoded) throw BindingException("Unable to decode base64 in POST profile response."); - log.debugStream() << "decoded SAML response:" << logging::eol << decoded << logging::eol; + log.debugStream() << "decoded SAML response:\n" << decoded << logging::eol; // Parse and bind the document into an XMLObject. MemBufInputSource src(decoded, x, "SAMLResponse", true);