1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 20:44:19 +00:00

logging - code mistake

This commit is contained in:
Kano 2013-08-31 13:56:50 +10:00
parent 0d4edbe9c1
commit 3aefcce41c
2 changed files with 2 additions and 2 deletions

View File

@ -1223,7 +1223,7 @@ static void process_nonces(struct cgpu_info *bflsc, int dev, char *xlink, char *
}
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);
count = sc_info->que_fld_max;
inc_hw_errors(bflsc->thr[0]);

View File

@ -47,7 +47,7 @@ enum driver_version {
#define BFLSC_BUFSIZ (0x1000)
// Should be big enough
#define BFLSC_APPLOGSIZ (0x2000)
#define BFLSC_APPLOGSIZ 8192
#define BFLSC_INFO_TIMEOUT 999