Commit 1b18e3cdf5780ebaa1525cdaa38b7ddbaa631e2d

Con Kolivas 2013-12-01T14:10:57

Drop logging of timeout overrun message to verbose level.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/usbutils.c b/usbutils.c
index 3305303..82e45f6 100644
--- a/usbutils.c
+++ b/usbutils.c
@@ -2249,7 +2249,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;