We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2232f9c commit 1605667Copy full SHA for 1605667
Source/ORTS.Common/SystemInfo.cs
@@ -97,7 +97,7 @@ static void WriteEnvironment(TextWriter output)
97
{
98
foreach (ManagementObject sound in new ManagementClass("Win32_SoundDevice").GetInstances())
99
100
- Console.WriteLine("Sound = {0}{1}", (string)sound["Description"], GetPnPDeviceDrivers(sound));
+ output.WriteLine("Sound = {0}{1}", (string)sound["Description"], GetPnPDeviceDrivers(sound));
101
}
102
103
catch (Exception error)
0 commit comments