mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
try fix osx detection than ms keeps breaking
This commit is contained in:
@@ -140,7 +140,7 @@ namespace OpenSim.Framework.Servers
|
||||
//m_log.Info("[STARTUP]: Virtual machine runtime version: " + Environment.Version + Environment.NewLine);
|
||||
m_log.InfoFormat(
|
||||
"[SERVER BASE]: Operating system version: {0}, .NET platform {1}, {2}-bit",
|
||||
Environment.OSVersion, Environment.OSVersion.Platform, Environment.Is64BitProcess ? "64" : "32");
|
||||
Environment.OSVersion, Util.RuntimePlatformStr, Environment.Is64BitProcess ? "64" : "32");
|
||||
}
|
||||
|
||||
public void RegisterCommonAppenders(IConfig startupConfig)
|
||||
|
||||
Reference in New Issue
Block a user