mirror of
git://opensimulator.org/git/opensim
synced 2026-08-14 09:02:50 +00: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