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

Show pool number in switch message

This commit is contained in:
Kano 2013-03-09 11:47:36 +11:00
parent e0196a3307
commit f24fab3fd4

View File

@ -3455,7 +3455,7 @@ void switch_pools(struct pool *selected)
pool_tset(pool, &pool->lagging);
if (pool != last_pool && pool_strategy != POOL_LOADBALANCE && pool_strategy != POOL_BALANCE) {
applog(LOG_WARNING, "Switching to %s", pool->rpc_url);
applog(LOG_WARNING, "Switching to pool %d %s", pool->pool_no, pool->rpc_url);
if (pool->has_gbt || pool->has_stratum || opt_fail_only)
clear_pool_work(last_pool);
}