anaother typo on log string, ty Tampa

This commit is contained in:
UbitUmarov
2023-05-31 19:28:37 +01:00
parent 52bd6a443e
commit 182bf163fb

View File

@@ -111,7 +111,7 @@ namespace OSHttpServer
if (m_certificate is not null)
m_logWriter.Write(this, LogPrio.Info, $"HTTPS({m_sslProtocols}) listening on {m_address}:{m_port}");
else
m_logWriter.Write(this, LogPrio.Info, "$HTTP listening on {m_address}:{m_port}");
m_logWriter.Write(this, LogPrio.Info, $"HTTP listening on {m_address}:{m_port}");
}
}