mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-06 03:54:25 +00:00
Remove thread id display from rejected shares as well.
This commit is contained in:
parent
86e94edb89
commit
03fab3f438
@ -1704,8 +1704,8 @@ static bool submit_upstream_work(const struct work *work)
|
|||||||
} else
|
} else
|
||||||
strcpy(reason, "");
|
strcpy(reason, "");
|
||||||
|
|
||||||
applog(LOG_NOTICE, "Rejected %s %s %d thread %d%s%s",
|
applog(LOG_NOTICE, "Rejected %s %s %d %s%s",
|
||||||
hashshow, cgpu->api->name, cgpu->device_id, thr_id, where, reason);
|
hashshow, cgpu->api->name, cgpu->device_id, where, reason);
|
||||||
sharelog(disposition, work);
|
sharelog(disposition, work);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user