Add logging.
authorScott Cantor <cantor.2@osu.edu>
Wed, 2 May 2007 17:37:21 +0000 (17:37 +0000)
committerScott Cantor <cantor.2@osu.edu>
Wed, 2 May 2007 17:37:21 +0000 (17:37 +0000)
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;