1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

Show how small a too small result in bflsc is.

This commit is contained in:
Con Kolivas 2013-08-30 22:38:56 +10:00
parent 83a8c1328c
commit 8d99a44993

View File

@ -1324,8 +1324,8 @@ static int process_results(struct cgpu_info *bflsc, int dev, char *pbuf, int *no
if (lines < QUE_RES_LINES_MIN) {
tmp = str_text(pbuf);
applog(LOG_ERR, "%s%i:%s result too small (%s) ignored",
bflsc->drv->name, bflsc->device_id, xlink, tmp);
applog(LOG_ERR, "%s%i:%s result of %d too small (%s) ignored",
bflsc->drv->name, bflsc->device_id, xlink, lines, tmp);
free(tmp);
goto arigatou;
}