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

Change avalon no valid work message to no matching work to match API terminology.

This commit is contained in:
Con Kolivas 2013-06-21 11:03:03 +10:00
parent 7c683cf2b1
commit cf13d02d5f

View File

@ -666,7 +666,7 @@ static void avalon_inc_nvw(struct avalon_info *info, struct thr_info *thr)
if (unlikely(info->idle))
return;
applog(LOG_WARNING, "%s%d: No valid work - HW error",
applog(LOG_WARNING, "%s%d: No matching work - HW error",
thr->cgpu->drv->name, thr->cgpu->device_id);
inc_hw_errors(thr);