1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-11 13:11:02 +00:00

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

This commit is contained in:
Con Kolivas 2013-10-21 12:17:13 +11:00
parent 2a92d2ada0
commit cbb72aa041

View File

@ -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)))