From 3bf180a3413584580487fc556fbe1ee5e0f36d1f Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Fri, 8 Oct 2021 10:27:35 +0200 Subject: [PATCH] Fix typo refs #8766 --- lib/remote/apilistener.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/remote/apilistener.cpp b/lib/remote/apilistener.cpp index 45dc69131..7550b11c3 100644 --- a/lib/remote/apilistener.cpp +++ b/lib/remote/apilistener.cpp @@ -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; }