mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-25 12:49:26 +01:00
Fixed minor print problem where the type was printed instead of the GPU name
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user