mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 07:17:58 +00:00
Change message for work not found in avalon parser.
This commit is contained in:
parent
fba70ff593
commit
70a3e885e0
@ -654,7 +654,8 @@ static void avalon_parse_results(struct cgpu_info *avalon, struct avalon_info *i
|
||||
* work result. */
|
||||
if (spare < (int)AVALON_READ_SIZE)
|
||||
return;
|
||||
applog(LOG_WARNING, "Avalon: Discarding %d bytes from buffer", spare);
|
||||
applog(LOG_WARNING, "%s%d: No valid work - HW error",
|
||||
thr->cgpu->drv->name, thr->cgpu->device_id);
|
||||
|
||||
inc_hw_errors(thr);
|
||||
mutex_lock(&info->lock);
|
||||
|
Loading…
Reference in New Issue
Block a user