Fix log message for WriteCert()

refs #12422
This commit is contained in:
Michael Friedrich 2016-08-14 09:28:55 +02:00
parent a83d81a71d
commit 186fcb3724

View File

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