X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fsaml2%2Fbinding%2Fimpl%2FSAML2ArtifactEncoder.cpp;h=f0f590c849a8e1af7439e14fa95197f1aa2bbc21;hp=e4a9cd3c12b6a8405183cce826643434686b90bf;hb=30060a96ad3a0a97d8a51328c92faa64f4302049;hpb=43a515d64c2780e71b3328205ccef1ce6e276cb4 diff --git a/saml/saml2/binding/impl/SAML2ArtifactEncoder.cpp b/saml/saml2/binding/impl/SAML2ArtifactEncoder.cpp index e4a9cd3..f0f590c 100644 --- a/saml/saml2/binding/impl/SAML2ArtifactEncoder.cpp +++ b/saml/saml2/binding/impl/SAML2ArtifactEncoder.cpp @@ -164,7 +164,7 @@ long SAML2ArtifactEncoder::encode( } if (log.isDebugEnabled()) - log.debugStream() << "marshalled message: " << *xmlObject << logging::eol; + log.debugStream() << "marshalled message:" << logging::eol << *xmlObject << logging::eol; // Store the message. Last step in storage will be to delete the XML. log.debug("storing artifact and content in map");