Browse Source

Give device info with share above target message.

port-ckolivas
Con Kolivas 11 years ago committed by Noel Maersk
parent
commit
5dad99caf6
  1. 3
      sgminer.c

3
sgminer.c

@ -6053,7 +6053,8 @@ bool submit_tested_work(struct thr_info *thr, struct work *work) @@ -6053,7 +6053,8 @@ bool submit_tested_work(struct thr_info *thr, struct work *work)
update_work_stats(thr, work);
if (!fulltest(work->hash, work->target)) {
applog(LOG_INFO, "Share above target");
applog(LOG_INFO, "%s %d: Share above target", thr->cgpu->drv->name,
thr->cgpu->device_id);
return false;
}
work_out = copy_work(work);

Loading…
Cancel
Save