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
1 changed files with 1 additions and 1 deletions

View 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;
}