Browse Source

Merge branch 'auto_solomine' into bfgminer

Conflicts:
	miner.c
Luke Dashjr 11 years ago
parent
commit
52a11813e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miner.c

+ 1 - 1
miner.c

@@ -3353,7 +3353,7 @@ void refresh_bitcoind_address(struct mining_goal_info * const goal, const bool f
 		{
 			if (bytes_eq(&newscript, goal->generation_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;
 			}
 		}