1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-09 14:28:12 +00:00

Give device info with share above target message.

This commit is contained in:
Con Kolivas 2014-02-06 16:08:24 +11:00 committed by Noel Maersk
parent f8b9e41f28
commit 5dad99caf6

View File

@ -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);