mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 07:17:58 +00:00
Show how many idle tasks are sent to avalon if it aborts on buffer full.
This commit is contained in:
parent
8b1a247106
commit
290666a124
@ -401,7 +401,7 @@ static void avalon_idle(struct cgpu_info *avalon, int fd)
|
||||
int ret;
|
||||
|
||||
if (unlikely(avalon_buffer_full(fd))) {
|
||||
applog(LOG_WARNING, "Avalon buffer full in avalon_idle");
|
||||
applog(LOG_WARNING, "Avalon buffer full in avalon_idle after %d tasks", i);
|
||||
break;
|
||||
}
|
||||
avalon_init_task(&at, 0, 0, info->fan_pwm,
|
||||
|
Loading…
Reference in New Issue
Block a user