Commit cbb72aa041daba47391a716ea4287a7c925abf53

Con Kolivas 2013-10-21T12:17:13

Drop sending op_usb_init message level in hashfast driver to verbose logging.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/driver-hashfast.c b/driver-hashfast.c
index 7e20fa4..dfb06ce 100644
--- a/driver-hashfast.c
+++ b/driver-hashfast.c
@@ -204,7 +204,7 @@ static bool hfa_reset(struct cgpu_info *hashfast, struct hashfast_info *info)
 	hu->protocol = PROTOCOL_GLOBAL_WORK_QUEUE;          // Protocol to use
 	hu->hash_clock = info->hash_clock_rate;             // Hash clock rate in Mhz
 	hu->crc8 = hfa_crc8((uint8_t *)hu);
-	applog(LOG_WARNING, "HFA%d: Sending OP_USB_INIT with GWQ protocol specified",
+	applog(LOG_INFO, "HFA%d: Sending OP_USB_INIT with GWQ protocol specified",
 	       hashfast->device_id);
 
 	if (!hfa_send_header(hashfast, (struct hf_header *)hu, HF_USB_CMD(OP_USB_INIT)))