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.
2 parents fd4c2b0 + 1605667 commit d9fc5d4Copy full SHA for d9fc5d4
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