Skip to content

Commit 55a3fe9

Browse files
committed
Fixed typo in log message.
1 parent 5288793 commit 55a3fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Contrast.K8s.AgentOperator/Core/Tls/KestrelCertificateSelector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class KestrelCertificateSelector : IKestrelCertificateSelector
2626
{
2727
if (_chain == null)
2828
{
29-
Logger.Warn($"A server certificate was requested for '{hostname}', but none was known at this time.s");
29+
Logger.Warn($"A server certificate was requested for '{hostname}', but none was known at this time.");
3030
}
3131

3232
//if (_chain != null

0 commit comments

Comments
 (0)