mirror of
https://github.com/GOSTSec/sgminer
synced 2025-09-07 19:52:34 +00:00
Change message about broken nonce range support to verbose level instead of debug.
This commit is contained in:
parent
86ba7d79df
commit
afc6ae58a5
@ -398,7 +398,7 @@ static uint64_t bitforce_get_result(struct thr_info *thr, struct work *work)
|
|||||||
#endif
|
#endif
|
||||||
if (unlikely(bitforce->nonce_range && (nonce >= work->blk.nonce ||
|
if (unlikely(bitforce->nonce_range && (nonce >= work->blk.nonce ||
|
||||||
(work->blk.nonce > 0 && nonce < work->blk.nonce - bitforce->nonces - 1)))) {
|
(work->blk.nonce > 0 && nonce < work->blk.nonce - bitforce->nonces - 1)))) {
|
||||||
applog(LOG_DEBUG, "BFL%i: Disabling broken nonce range support", bitforce->device_id);
|
applog(LOG_INFO, "BFL%i: Disabling broken nonce range support", bitforce->device_id);
|
||||||
bitforce->nonce_range = false;
|
bitforce->nonce_range = false;
|
||||||
work->blk.nonce = 0xffffffff;
|
work->blk.nonce = 0xffffffff;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user