diff --git a/Code/OS/OSUtils.cs b/Code/OS/OSUtils.cs index ad83544..f2d46ee 100644 --- a/Code/OS/OSUtils.cs +++ b/Code/OS/OSUtils.cs @@ -256,7 +256,7 @@ namespace Flowframes.OS if (property.Name == "Description") { gpus.Add(property.Value.ToString()); - Logger.Log("[GetGpus] Found GPU: " + gpus, true); + Logger.Log($"[GetGpus] Found GPU: {property.Value}", true); } } }