Merge pull request #8895 from Icinga/bugfix/typo-8766

Fix typo
This commit is contained in:
Alexander Aleksandrovič Klimov 2021-10-08 17:19:20 +02:00 committed by GitHub
commit ff60c1af37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -623,7 +623,7 @@ void ApiListener::NewClientHandlerInternal(
identity = GetCertificateCN(cert);
} catch (const std::exception&) {
Log(LogCritical, "ApiListener")
<< "Cannot get certificate common name from cert path: '" << GetDefaultCertPath() << "'.";
<< "Cannot get certificate common name from peer (" << conninfo << ") cert.";
return;
}