Log/comment fixes.
authorScott Cantor <cantor.2@osu.edu>
Tue, 16 Jan 2007 17:50:34 +0000 (17:50 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 16 Jan 2007 17:50:34 +0000 (17:50 +0000)
saml/saml2/binding/impl/SAML2MessageRule.cpp
saml/saml2/binding/impl/SAML2SOAPEncoder.cpp

index 8f2a666..398242a 100644 (file)
@@ -15,9 +15,9 @@
  */
 
 /**
- * SAML1MessageRule.cpp
+ * SAML2MessageRule.cpp
  * 
- * SAML 1.x message extraction rule
+ * SAML 2.0 message extraction rule
  */
 
 #include "internal.h"
index 5f519d8..2eeffb5 100644 (file)
@@ -63,7 +63,7 @@ long SAML2SOAPEncoder::encode(
 #ifdef _DEBUG
     xmltooling::NDC ndc("encode");
 #endif
-    Category& log = Category::getInstance(SAML_LOGCAT".MessageEncoder.SAML1SOAP");
+    Category& log = Category::getInstance(SAML_LOGCAT".MessageEncoder.SAML2SOAP");
 
     log.debug("validating input");
     if (xmlObject->getParent())