change runtime information log, add processor arch to ossl/lsl sim version

This commit is contained in:
UbitUmarov
2022-10-03 22:43:58 +01:00
parent 79b3157d0b
commit bf257a937b
2 changed files with 8 additions and 16 deletions

View File

@@ -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",