]> WPIA git - cassiopeia.git/commitdiff
upd: reduce logging of successful CRL signing
authorFelix Dörre <felix@dogcraft.de>
Sat, 26 Aug 2017 07:31:24 +0000 (09:31 +0200)
committerFelix Dörre <felix@dogcraft.de>
Sat, 26 Aug 2017 07:31:24 +0000 (09:31 +0200)
Change-Id: I19272a44582f44bc52ffc4ce4713a95fe16abaff

src/apps/client.cpp

index aa0e06c2a882e8b1f14d61d4677c9f36932f7e9e..e26ebbb83d4b875bb00d64a0c32a0533701e6402 100644 (file)
@@ -36,10 +36,7 @@ void checkCRLs( std::shared_ptr<Signer> sign ) {
     logger::note( "Signing CRLs" );
 
     for( auto& x : CAs ) {
-        logger::notef( "Checking: %s ...", x.first );
-
         if( !x.second->crlNeedsResign() ) {
-            logger::warnf( "Skipping Resigning CRL: %s ...", x.second->name );
             continue;
         }