X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=saml%2Fsaml2%2Fbinding%2Fimpl%2FSAML2ECPDecoder.cpp;fp=saml%2Fsaml2%2Fbinding%2Fimpl%2FSAML2ECPDecoder.cpp;h=d31128601cf310e9b5394a8132afb64b953dfdc4;hb=25e13c8d1138bb4a9509e359eee3ce1c26becc27;hp=e867a5abe3e5933150582ac81d0b552cb5301b78;hpb=359b4db29548e8f45fbd4a4b8b35df0d53fb9f25;p=shibboleth%2Fopensaml2.git diff --git a/saml/saml2/binding/impl/SAML2ECPDecoder.cpp b/saml/saml2/binding/impl/SAML2ECPDecoder.cpp index e867a5a..d311286 100644 --- a/saml/saml2/binding/impl/SAML2ECPDecoder.cpp +++ b/saml/saml2/binding/impl/SAML2ECPDecoder.cpp @@ -85,6 +85,7 @@ XMLObject* SAML2ECPDecoder::decode( const char* data = genericRequest.getRequestBody(); if (!data) throw BindingException("PAOS message had an empty request body."); + log.debug("received message:\n%s", data); istringstream is(data); // Parse and bind the document into an XMLObject.