Fix log category.
authorScott Cantor <cantor.2@osu.edu>
Mon, 4 Dec 2006 20:32:52 +0000 (20:32 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 4 Dec 2006 20:32:52 +0000 (20:32 +0000)
saml/saml2/binding/impl/SAML2RedirectEncoder.cpp

index a114941..788c2fe 100644 (file)
@@ -63,7 +63,7 @@ long SAML2RedirectEncoder::encode(
 #ifdef _DEBUG
     xmltooling::NDC ndc("encode");
 #endif
-    Category& log = Category::getInstance(SAML_LOGCAT".MessageEncoder.SAML2POST");
+    Category& log = Category::getInstance(SAML_LOGCAT".MessageEncoder.SAML2Redirect");
 
     log.debug("validating input");
     HTTPResponse* httpResponse=dynamic_cast<HTTPResponse*>(&genericResponse);