1
0
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:
Con Kolivas 2011-09-08 09:39:32 +10:00
parent 4bb6b38134
commit c64c27fa6f

2
main.c
View File

@ -4268,7 +4268,7 @@ static void *longpoll_thread(void *userdata)
block_changed = BLOCK_LP;
applog(LOG_WARNING, "LONGPOLL detected new block on network, waiting on fresh work");
} 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;
}