mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 07:17:58 +00:00
Don't give pool slow warning if it is the donation pool.
This commit is contained in:
parent
f67111da2d
commit
d656c14ef8
2
main.c
2
main.c
@ -3954,7 +3954,7 @@ static bool pool_active(struct pool *pool, bool pinging)
|
|||||||
} else {
|
} else {
|
||||||
applog(LOG_DEBUG, "FAILED to retrieve work from pool %u %s",
|
applog(LOG_DEBUG, "FAILED to retrieve work from pool %u %s",
|
||||||
pool->pool_no, pool->rpc_url);
|
pool->pool_no, pool->rpc_url);
|
||||||
if (!pinging)
|
if (!pinging && pool != &donationpool)
|
||||||
applog(LOG_WARNING, "Pool %u slow/down or URL or credentials invalid", pool->pool_no);
|
applog(LOG_WARNING, "Pool %u slow/down or URL or credentials invalid", pool->pool_no);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user