mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Use device correct name for logging
This commit is contained in:
@@ -145,7 +145,7 @@ namespace GHelper.Peripherals
|
||||
{
|
||||
if (am.IsDeviceConnected() && !ConnectedMice.Contains(am))
|
||||
{
|
||||
Logger.WriteLine("Detected a new ROG Chakram X. Connecting...");
|
||||
Logger.WriteLine("Detected a new" + am.GetDisplayName() + " . Connecting...");
|
||||
Connect(am);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user