Add linefeeds to log, add logging of additional inbound messages.
[shibboleth/opensaml2.git] / saml / saml2 / binding / impl / SAML2ECPEncoder.cpp
index 7a1f1ad..2cddf29 100644 (file)
@@ -225,7 +225,7 @@ long SAML2ECPEncoder::encode(
         s << *rootElement;
         
         if (log.isDebugEnabled())
-            log.debug("marshalled envelope: %s", s.str().c_str());
+            log.debug("marshalled envelope:\n%s", s.str().c_str());
 
         log.debug("sending serialized envelope");
         long ret = genericResponse.sendResponse(s);