Fix log messages.
[shibboleth/cpp-sp.git] / 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