|
|
@@ -9695,8 +9695,9 @@ static void *test_pool_thread(void *arg)
|
|
|
|
|
|
if (unlikely(first_pool))
|
|
|
applog(LOG_NOTICE, "Switching to pool %d %s - first alive pool", pool->pool_no, pool->rpc_url);
|
|
|
+ else
|
|
|
+ applog(LOG_NOTICE, "Pool %d %s alive", pool->pool_no, pool->rpc_url);
|
|
|
|
|
|
- pool_resus(pool);
|
|
|
switch_pools(NULL);
|
|
|
} else
|
|
|
pool_died(pool);
|