[cpp-sp COMMIT] /branches/REL_2/shibsp/binding/impl/ArtifactResolver.cpp

noreply at shibboleth.net noreply at shibboleth.net
Mon Aug 13 22:53:14 EDT 2012


Author: scantor
Date: Mon Aug 13 22:53:14 2012
New Revision: 3760

URL: http://svn.shibboleth.net/view/cpp-sp?rev=3760&view=rev
Log:
https://issues.shibboleth.net/jira/browse/SSPCPP-490

Modified:
    branches/REL_2/shibsp/binding/impl/ArtifactResolver.cpp

Modified: branches/REL_2/shibsp/binding/impl/ArtifactResolver.cpp
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/shibsp/binding/impl/ArtifactResolver.cpp?rev=3760&r1=3759&r2=3760&view=diff
==============================================================================
--- branches/REL_2/shibsp/binding/impl/ArtifactResolver.cpp (original)
+++ branches/REL_2/shibsp/binding/impl/ArtifactResolver.cpp Mon Aug 13 22:53:14 2012
@@ -208,14 +208,10 @@
                             XercesJanitor<DOMDocument> docjanitor(doc);
 
                             if (log.isDebugEnabled()) {
-#ifdef XMLTOOLING_LOG4SHIB
-                                log.debugStream() << "received XML:\n" << *(doc->getDocumentElement()) << logging::eol;
-#else
                                 string buf;
                                 XMLHelper::serialize(doc->getDocumentElement(), buf);
                                 log.debugStream() << "received XML:\n" << buf << logging::eol;
-#endif
-    }
+                            }
                             xmlObject.reset(XMLObjectBuilder::buildOneFromElement(doc->getDocumentElement(), true));
                             docjanitor.release();
                         }



More information about the commits mailing list