Browse Source

Skip "testing stability" message at startup

Luke Dashjr 12 years ago
parent
commit
7d0708ce58
1 changed files with 2 additions and 1 deletions
  1. 2 1
      miner.c

+ 2 - 1
miner.c

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