Skip to content

Commit 41340b2

Browse files
author
Jasper van Bourgognie
committed
Demoted one more log
1 parent ead4941 commit 41340b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Hardware/InterfaceManagerLibUsb.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ private void DeviceFound(LibUsbDotNet.UsbDevice scopeUsbDevice)
133133
Common.Logger.Warn("Can't re-register device with this serial " + serial);
134134
throw new ScopeIOException("This device was already registered. This is a bug");
135135
}
136-
C.Logger.Warn("Device found with serial [" + serial + "]");
136+
C.Logger.Debug("Device found with serial [" + serial + "]");
137137
interfaces.Add(serial, f);
138138

139139
if (onConnect != null)

0 commit comments

Comments
 (0)