We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead4941 commit 41340b2Copy full SHA for 41340b2
1 file changed
Hardware/InterfaceManagerLibUsb.cs
@@ -133,7 +133,7 @@ private void DeviceFound(LibUsbDotNet.UsbDevice scopeUsbDevice)
133
Common.Logger.Warn("Can't re-register device with this serial " + serial);
134
throw new ScopeIOException("This device was already registered. This is a bug");
135
}
136
- C.Logger.Warn("Device found with serial [" + serial + "]");
+ C.Logger.Debug("Device found with serial [" + serial + "]");
137
interfaces.Add(serial, f);
138
139
if (onConnect != null)
0 commit comments