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:
parent
7c683cf2b1
commit
cf13d02d5f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user