mirror of
https://github.com/GOSTSec/sgminer
synced 2025-09-01 00:31:51 +00:00
BFL: missing device id in log message
This commit is contained in:
parent
bd151ef36d
commit
71e2f23f47
@ -385,7 +385,7 @@ static bool bitforce_get_temp(struct cgpu_info *bitforce)
|
|||||||
/* Use the temperature monitor as a kind of watchdog for when
|
/* Use the temperature monitor as a kind of watchdog for when
|
||||||
* our responses are out of sync and flush the buffer to
|
* our responses are out of sync and flush the buffer to
|
||||||
* hopefully recover */
|
* hopefully recover */
|
||||||
applog(LOG_WARNING, "BFL%i: Garbled response probably throttling, clearing buffer");
|
applog(LOG_WARNING, "BFL%i: Garbled response probably throttling, clearing buffer", bitforce->device_id);
|
||||||
/* Count throttling episodes as hardware errors */
|
/* Count throttling episodes as hardware errors */
|
||||||
bitforce->hw_errors++;
|
bitforce->hw_errors++;
|
||||||
bitforce_clear_buffer(bitforce);
|
bitforce_clear_buffer(bitforce);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user