mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 20:44:19 +00:00
logging - code mistake
This commit is contained in:
parent
0d4edbe9c1
commit
3aefcce41c
@ -1223,7 +1223,7 @@ static void process_nonces(struct cgpu_info *bflsc, int dev, char *xlink, char *
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (count > sc_info->que_fld_max) {
|
if (count > sc_info->que_fld_max) {
|
||||||
applogsiz(LOG_INFO, "%s%i:%s work returned too large (%d) processing %d anyway",
|
applog(LOG_INFO, "%s%i:%s work returned too large (%d) processing %d anyway",
|
||||||
bflsc->drv->name, bflsc->device_id, xlink, count, sc_info->que_fld_max);
|
bflsc->drv->name, bflsc->device_id, xlink, count, sc_info->que_fld_max);
|
||||||
count = sc_info->que_fld_max;
|
count = sc_info->que_fld_max;
|
||||||
inc_hw_errors(bflsc->thr[0]);
|
inc_hw_errors(bflsc->thr[0]);
|
||||||
|
@ -47,7 +47,7 @@ enum driver_version {
|
|||||||
#define BFLSC_BUFSIZ (0x1000)
|
#define BFLSC_BUFSIZ (0x1000)
|
||||||
|
|
||||||
// Should be big enough
|
// Should be big enough
|
||||||
#define BFLSC_APPLOGSIZ (0x2000)
|
#define BFLSC_APPLOGSIZ 8192
|
||||||
|
|
||||||
#define BFLSC_INFO_TIMEOUT 999
|
#define BFLSC_INFO_TIMEOUT 999
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user