mirror of
https://github.com/GOSTSec/sgminer
synced 2025-08-26 13:52:02 +00:00
Decrease testing log to info level.
This commit is contained in:
parent
ec86da70e1
commit
ae6eb1b0a3
2
main.c
2
main.c
@ -1900,7 +1900,7 @@ static bool pool_active(struct pool *pool)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
applog(LOG_WARNING, "Testing pool %s", pool->rpc_url);
|
applog(LOG_INFO, "Testing pool %s", pool->rpc_url);
|
||||||
val = json_rpc_call(curl, pool->rpc_url, pool->rpc_userpass, rpc_req,
|
val = json_rpc_call(curl, pool->rpc_url, pool->rpc_userpass, rpc_req,
|
||||||
true, false, pool);
|
true, false, pool);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user