Browse Source

Merge branch 'auto_solomine' into bfgminer-4.7.x

Luke Dashjr 11 years ago
parent
commit
ba95fdf8a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miner.c

+ 1 - 1
miner.c

@@ -2902,7 +2902,7 @@ void refresh_bitcoind_address(const bool fresh)
 		}
 		}
 		if (bytes_eq(&newscript, &opt_coinbase_script))
 		if (bytes_eq(&newscript, &opt_coinbase_script))
 		{
 		{
-			applog(LOG_DEBUG, "Pool %d returned coinbase address already in use (%s)", pool->pool_no, s2);
+			applog(LOG_DEBUG, "Pool %d returned coinbase address already in use (%s)", pool->pool_no, s);
 			break;
 			break;
 		}
 		}
 		bytes_assimilate(&opt_coinbase_script, &newscript);
 		bytes_assimilate(&opt_coinbase_script, &newscript);