]> granicus.if.org Git - icinga2/commitdiff
Fix log message for WriteCert()
authorMichael Friedrich <michael.friedrich@netways.de>
Sun, 14 Aug 2016 07:28:55 +0000 (09:28 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Sun, 14 Aug 2016 07:28:55 +0000 (09:28 +0200)
refs #12422

lib/cli/pkiutility.cpp

index 9154770c8b58d68a5e4570b6a55e32f0e9a8ea7c..fd2487066cc1c97fbbb969ff1716362c0c758a9d 100644 (file)
@@ -152,7 +152,7 @@ int PkiUtility::WriteCert(const boost::shared_ptr<X509>& cert, const String& tru
        }
 
        Log(LogInformation, "pki")
-           << "Writing trusted certificate to file '" << trustedfile << "'.";
+           << "Writing certificate to file '" << trustedfile << "'.";
 
        return 0;
 }