mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-25 22:14:36 +00:00
Demote no matching work message to verbose logging only on avalon.
This commit is contained in:
parent
6cc09aa1e9
commit
6bdfed3db4
@ -701,8 +701,8 @@ static void avalon_inc_nvw(struct avalon_info *info, struct thr_info *thr)
|
|||||||
if (unlikely(info->idle))
|
if (unlikely(info->idle))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
applog(LOG_WARNING, "%s%d: No matching work - HW error",
|
applog(LOG_INFO, "%s%d: No matching work - HW error",
|
||||||
thr->cgpu->drv->name, thr->cgpu->device_id);
|
thr->cgpu->drv->name, thr->cgpu->device_id);
|
||||||
|
|
||||||
inc_hw_errors(thr);
|
inc_hw_errors(thr);
|
||||||
info->no_matching_work++;
|
info->no_matching_work++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user