mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
try fix osx detection than ms keeps breaking
This commit is contained in:
@@ -187,7 +187,7 @@ namespace OpenSim.Framework.Servers
|
||||
|
||||
m_log.Info("[STARTUP]: version: " + m_version);
|
||||
m_log.InfoFormat("[STARTUP]: Operating system version: {0}, .NET platform {1}, Runtime {2}",
|
||||
Environment.OSVersion, Environment.OSVersion.Platform, Environment.Version.ToString());
|
||||
Environment.OSVersion, Util.RuntimePlatformStr, Environment.Version.ToString());
|
||||
m_log.InfoFormat("[STARTUP]: Processor Architecture: {0}({1} {2}bit)",
|
||||
RuntimeInformation.ProcessArchitecture.ToString(),
|
||||
BitConverter.IsLittleEndian ?"le":"be", Environment.Is64BitProcess ? "64" : "32");
|
||||
|
||||
Reference in New Issue
Block a user