mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
change runtime information log, add processor arch to ossl/lsl sim version
This commit is contained in:
@@ -2332,7 +2332,7 @@ namespace OpenSim.Framework
|
||||
|
||||
public static string GetRuntimeInformation()
|
||||
{
|
||||
return Environment.OSVersion.Platform switch
|
||||
return RuntimeInformation.ProcessArchitecture.ToString() + "/" + Environment.OSVersion.Platform switch
|
||||
{
|
||||
PlatformID.MacOSX => "OSX/DotNet",
|
||||
PlatformID.Unix => "Unix/DotNet",
|
||||
|
||||
Reference in New Issue
Block a user