mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-09 14:28:12 +00:00
Show device info in noffset nonce share above target message.
This commit is contained in:
parent
aca8a58f2e
commit
26c4be818a
@ -6095,7 +6095,8 @@ bool submit_noffset_nonce(struct thr_info *thr, struct work *work_in, uint32_t n
|
|||||||
ret = true;
|
ret = true;
|
||||||
update_work_stats(thr, work);
|
update_work_stats(thr, work);
|
||||||
if (!fulltest(work->hash, work->target)) {
|
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);
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
submit_work_async(work);
|
submit_work_async(work);
|
||||||
|
Loading…
Reference in New Issue
Block a user