mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-02 10:04:33 +00:00
Show which pool is unresponsive on startup.
This commit is contained in:
parent
c786ac3b2a
commit
ae78620292
2
main.c
2
main.c
@ -3949,7 +3949,7 @@ static bool pool_active(struct pool *pool, bool pinging)
|
|||||||
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)
|
||||||
applog(LOG_WARNING, "Pool down, URL or credentials invalid");
|
applog(LOG_WARNING, "Pool %u slow/down or URL or credentials invalid", pool->pool_no);
|
||||||
}
|
}
|
||||||
|
|
||||||
curl_easy_cleanup(curl);
|
curl_easy_cleanup(curl);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user