mirror of https://github.com/Icinga/icinga2.git
parent
a83d81a71d
commit
186fcb3724
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue