Browse Source

Display correct pool number when block is found.

nfactor-troky
Con Kolivas 12 years ago
parent
commit
461b7c6de2
  1. 2
      cgminer.c

2
cgminer.c

@ -2633,7 +2633,7 @@ static void check_solve(struct work *work)
work->pool->solved++; work->pool->solved++;
found_blocks++; found_blocks++;
work->mandatory = true; work->mandatory = true;
applog(LOG_NOTICE, "Found block for pool %d!", work->pool); applog(LOG_NOTICE, "Found block for pool %d!", work->pool->pool_no);
} }
#endif #endif
} }

Loading…
Cancel
Save