mirror of
https://github.com/GOSTSec/sgminer
synced 2025-09-11 13:42:17 +00:00
Drop usb buffering message to debug logging level.
This commit is contained in:
parent
cbb72aa041
commit
6493b976d3
@ -2526,7 +2526,7 @@ int _usb_read(struct cgpu_info *cgpu, int intinfo, int epinfo, char *buf, size_t
|
||||
memcpy(usbdev->buffer, usbbuf + bufsiz, usbdev->bufamt);
|
||||
tot -= usbdev->bufamt;
|
||||
usbbuf[tot] = '\0';
|
||||
applog(LOG_INFO, "USB: %s%i read1 buffering %d extra bytes",
|
||||
applog(LOG_DEBUG, "USB: %s%i read1 buffering %d extra bytes",
|
||||
cgpu->drv->name, cgpu->device_id, usbdev->bufamt);
|
||||
}
|
||||
|
||||
@ -2650,7 +2650,7 @@ int _usb_read(struct cgpu_info *cgpu, int intinfo, int epinfo, char *buf, size_t
|
||||
tot -= usbdev->bufamt;
|
||||
memcpy(usbdev->buffer, usbbuf + tot, usbdev->bufamt);
|
||||
usbbuf[tot] = '\0';
|
||||
applog(LOG_ERR, "USB: %s%i read2 buffering %d extra bytes",
|
||||
applog(LOG_DEBUG, "USB: %s%i read2 buffering %d extra bytes",
|
||||
cgpu->drv->name, cgpu->device_id, usbdev->bufamt);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user