Add logging.
authorcantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Wed, 2 May 2007 17:37:21 +0000 (17:37 +0000)
committercantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Wed, 2 May 2007 17:37:21 +0000 (17:37 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@239 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0

saml/saml2/binding/impl/SAML2RedirectEncoder.cpp

index 6360fca..104e3bb 100644 (file)
@@ -133,6 +133,8 @@ long SAML2RedirectEncoder::encode(
         xmlbuf = xmlbuf + "&RelayState=" + escaper->encode(relayState);
   
     if (credential) {
+        log.debug("signing the message");
+        
         // Sign the query string after adding the algorithm.
         if (!signatureAlg)
             signatureAlg = DSIGConstants::s_unicodeStrURIRSA_SHA1;