1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-05 11:34:16 +00:00

Fix pool number display.

This commit is contained in:
Con Kolivas 2012-05-06 14:13:39 +10:00
parent 233a812f00
commit 801d9eaa7b

View File

@ -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 ");