Fix CRL logging.
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Sun, 27 Jan 2008 20:30:50 +0000 (20:30 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Sun, 27 Jan 2008 20:30:50 +0000 (20:30 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/trunk@458 de75baf8-a10c-0410-a50a-987c0e22f00f

xmltooling/security/impl/InlineKeyResolver.cpp

index f0da979..deaf595 100644 (file)
@@ -301,10 +301,10 @@ bool InlineCredential::resolveCRL(const KeyInfo* keyInfo)
             }
             catch(XSECException& e) {
                 auto_ptr_char temp(e.getMsg());
-                log.error("caught XML-Security exception loading certificate: %s", temp.get());
+                log.error("caught XML-Security exception loading CRL: %s", temp.get());
             }
             catch(XSECCryptoException& e) {
-                log.error("caught XML-Security exception loading certificate: %s", e.getMsg());
+                log.error("caught XML-Security exception loading CRL: %s", e.getMsg());
             }
         }
     }