mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-23 13:04:29 +00:00
Only show longpoll received delayed message at verbose level.
This commit is contained in:
parent
4bb6b38134
commit
c64c27fa6f
2
main.c
2
main.c
@ -4268,7 +4268,7 @@ static void *longpoll_thread(void *userdata)
|
|||||||
block_changed = BLOCK_LP;
|
block_changed = BLOCK_LP;
|
||||||
applog(LOG_WARNING, "LONGPOLL detected new block on network, waiting on fresh work");
|
applog(LOG_WARNING, "LONGPOLL detected new block on network, waiting on fresh work");
|
||||||
} else {
|
} else {
|
||||||
applog(LOG_WARNING, "LONGPOLL received after new block already detected");
|
applog(LOG_INFO, "LONGPOLL received after new block already detected");
|
||||||
block_changed = BLOCK_NONE;
|
block_changed = BLOCK_NONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user