1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 15:27:53 +00:00

Demote no matching work message to verbose logging only on avalon.

This commit is contained in:
Con Kolivas 2013-06-24 10:39:41 +10:00
parent 6cc09aa1e9
commit 6bdfed3db4

View File

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