Drop logging of timeout overrun message to verbose level.
diff --git a/usbutils.c b/usbutils.c
index df51267..c2dbf16 100644
--- a/usbutils.c
+++ b/usbutils.c
@@ -2215,7 +2215,7 @@ static void stats(struct cgpu_info *cgpu, struct timeval *tv_start, struct timev
int offset = 0;
if (extrams >= USB_TMO_2) {
- applog(LOG_ERR, "%s%i: TIMEOUT %s took %dms but was %dms",
+ applog(LOG_INFO, "%s%i: TIMEOUT %s took %dms but was %dms",
cgpu->drv->name, cgpu->device_id,
usb_cmdname(cmd), totms, timeout) ;
offset = 2;