Browse Source

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

nfactor-troky
Con Kolivas 12 years ago
parent
commit
6bdfed3db4
  1. 4
      driver-avalon.c

4
driver-avalon.c

@ -701,8 +701,8 @@ static void avalon_inc_nvw(struct avalon_info *info, struct thr_info *thr) @@ -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++;

Loading…
Cancel
Save