mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-23 13:04:29 +00:00
Make stratum connection interrupted message higher priority to be visible at normal logging levels.
This commit is contained in:
parent
237f67c617
commit
011ea64096
@ -4886,7 +4886,7 @@ static void *stratum_thread(void *userdata)
|
|||||||
else
|
else
|
||||||
s = recv_line(pool);
|
s = recv_line(pool);
|
||||||
if (!s) {
|
if (!s) {
|
||||||
applog(LOG_INFO, "Stratum connection to pool %d interrupted", pool->pool_no);
|
applog(LOG_NOTICE, "Stratum connection to pool %d interrupted", pool->pool_no);
|
||||||
pool->getfail_occasions++;
|
pool->getfail_occasions++;
|
||||||
total_go++;
|
total_go++;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user