mirror of
https://github.com/opensim/opensim.git
synced 2026-07-30 21:38:46 +08:00
anaother typo on log string, ty Tampa
This commit is contained in:
@@ -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}");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user