mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
very useless changes
This commit is contained in:
@@ -179,7 +179,7 @@ namespace OpenSim.Framework.Servers
|
||||
{
|
||||
m_log.Info("[STARTUP]: Beginning startup processing");
|
||||
|
||||
m_log.Info("[STARTUP]: version: " + m_version);
|
||||
m_log.Info("[STARTUP]: Version: " + m_version);
|
||||
m_log.Info($"[STARTUP]: Operating system version: {Environment.OSVersion}, .NET platform {Util.RuntimePlatformStr}, Runtime {Environment.Version}");
|
||||
m_log.Info($"[STARTUP]: Processor Architecture: {RuntimeInformation.ProcessArchitecture}({(BitConverter.IsLittleEndian ? "le" : "be")} {(Environment.Is64BitProcess ? "64" : "32")}bit)");
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user