1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

Decrease testing log to info level.

This commit is contained in:
Con Kolivas 2011-07-22 20:07:15 +10:00
parent ec86da70e1
commit ae6eb1b0a3

2
main.c
View File

@ -1900,7 +1900,7 @@ static bool pool_active(struct pool *pool)
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,
true, false, pool);