Browse Source

Fix pool number display.

nfactor-troky
Con Kolivas 13 years ago
parent
commit
801d9eaa7b
  1. 2
      cgminer.c

2
cgminer.c

@ -2788,7 +2788,7 @@ updated: @@ -2788,7 +2788,7 @@ updated:
wattron(logwin, A_BOLD);
if (pool->enabled != POOL_ENABLED)
wattron(logwin, A_DIM);
wlogprint("%d: ");
wlogprint("%d: ", pool->pool_no);
switch (pool->enabled) {
case POOL_ENABLED:
wlogprint("Enabled ");

Loading…
Cancel
Save