Skip to content

Commit

Permalink
Merge pull request #8895 from Icinga/bugfix/typo-8766
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Al2Klimov authored Oct 8, 2021
2 parents 544b998 + 3bf180a commit ff60c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/remote/apilistener.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit ff60c1a

Please sign in to comment.