Scale back log a bit, that's too much...
authorScott Cantor <cantor.2@osu.edu>
Tue, 27 Apr 2004 04:12:03 +0000 (04:12 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 27 Apr 2004 04:12:03 +0000 (04:12 +0000)
xmlproviders/XMLTrust.cpp

index b6ee449..869d2c5 100644 (file)
@@ -183,9 +183,6 @@ X509_STORE* XMLTrustImpl::KeyAuthority::getX509Store()
             log.warn("failed to add cert: %s", (*j)->name);
             continue;
         }
-        else {
-            log.debug("added cert: %s", (*j)->name);
-        }
     }
 
     return store;