refs #8766
This commit is contained in:
Alexander A. Klimov 2021-10-08 10:27:35 +02:00
parent a018151eaf
commit 3bf180a341
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;
}