1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-02 10:04:33 +00:00

Change message from recovered to alive since it is used on startup as well as when a pool has recovered.

This commit is contained in:
Con Kolivas 2012-02-11 13:57:35 +11:00
parent 8e682a2c32
commit d24ee7824a

View File

@ -2901,7 +2901,7 @@ static inline int cp_prio(void)
static void pool_resus(struct pool *pool)
{
applog(LOG_WARNING, "Pool %d %s recovered", pool->pool_no, pool->rpc_url);
applog(LOG_WARNING, "Pool %d %s alive", pool->pool_no, pool->rpc_url);
if (pool->prio < cp_prio() && pool_strategy == POOL_FAILOVER)
switch_pools(NULL);
}