applog(LOG_ERR,"%s%i:%s failed to find work - can't be processed - ignored",
applog(LOG_ERR,"%s%i:%s failed to find nonce work - can't be processed - ignored",
bflsc->drv->name,bflsc->device_id,xlink);
return;
}
@ -1368,8 +1370,8 @@ static int process_results(struct cgpu_info *bflsc, int dev, char *buf, int *non
@@ -1368,8 +1370,8 @@ static int process_results(struct cgpu_info *bflsc, int dev, char *buf, int *non
}elseif(count!=1){
tmp=str_text(buf);
tmp2=str_text(items[1]);
applog(LOG_ERR,"%s%i:%s incorrect result count (%s) in (%s) will try anyway",
@ -1380,9 +1382,11 @@ static int process_results(struct cgpu_info *bflsc, int dev, char *buf, int *non
@@ -1380,9 +1382,11 @@ static int process_results(struct cgpu_info *bflsc, int dev, char *buf, int *non
// 1+ In case the last line isn't 'OK' - try to process it
que=1+lines-QUE_RES_LINES_MIN;
tmp=str_text(items[0]);
applog(LOG_ERR,"%s%i:%s incorrect result count (%s) %d but should be %d will try %d anyway",