mirror of
https://github.com/jkocon/g-helper.git
synced 2026-04-10 13:00:26 +02: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