Fix log messages.
authorScott Cantor <cantor.2@osu.edu>
Thu, 23 Apr 2009 21:05:41 +0000 (21:05 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 23 Apr 2009 21:05:41 +0000 (21:05 +0000)
shibsp/attribute/KeyInfoAttributeDecoder.cpp

index d1a3e9d..86b8e02 100644 (file)
@@ -109,7 +109,7 @@ Attribute* KeyInfoAttributeDecoder::decode(
         if (log.isDebugEnabled()) {\r
             auto_ptr_char n(saml2attr->getName());\r
             log.debug(\r
-                "decoding SimpleAttribute (%s) from SAML 2 Attribute (%s) with %lu value(s)",\r
+                "decoding KeyInfo information (%s) from SAML 2 Attribute (%s) with %lu value(s)",\r
                 ids.front().c_str(), n.get() ? n.get() : "unnamed", values.size()\r
                 );\r
         }\r
@@ -123,7 +123,7 @@ Attribute* KeyInfoAttributeDecoder::decode(
             if (log.isDebugEnabled()) {\r
                 auto_ptr_char n(saml1attr->getAttributeName());\r
                 log.debug(\r
-                    "decoding NameIDAttribute (%s) from SAML 1 Attribute (%s) with %lu value(s)",\r
+                    "decoding KeyInfo information (%s) from SAML 1 Attribute (%s) with %lu value(s)",\r
                     ids.front().c_str(), n.get() ? n.get() : "unnamed", values.size()\r
                     );\r
             }\r