mirror of
https://github.com/GOSTSec/sgminer
synced 2025-08-26 13:52:02 +00:00
Fix pool number display.
This commit is contained in:
parent
233a812f00
commit
801d9eaa7b
@ -2788,7 +2788,7 @@ updated:
|
|||||||
wattron(logwin, A_BOLD);
|
wattron(logwin, A_BOLD);
|
||||||
if (pool->enabled != POOL_ENABLED)
|
if (pool->enabled != POOL_ENABLED)
|
||||||
wattron(logwin, A_DIM);
|
wattron(logwin, A_DIM);
|
||||||
wlogprint("%d: ");
|
wlogprint("%d: ", pool->pool_no);
|
||||||
switch (pool->enabled) {
|
switch (pool->enabled) {
|
||||||
case POOL_ENABLED:
|
case POOL_ENABLED:
|
||||||
wlogprint("Enabled ");
|
wlogprint("Enabled ");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user