mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-25 22:14:36 +00:00
Only try to print the status of active devices.
This commit is contained in:
parent
d5fbf8f987
commit
f3c5f55481
2
main.c
2
main.c
@ -3512,7 +3512,7 @@ int main (int argc, char *argv[])
|
|||||||
for (i = 0; i < mining_threads; i++) {
|
for (i = 0; i < mining_threads; i++) {
|
||||||
if (unlikely(!queue_request()))
|
if (unlikely(!queue_request()))
|
||||||
quit(1, "Failed to queue_request in main");
|
quit(1, "Failed to queue_request in main");
|
||||||
if (!opt_quiet)
|
if (!opt_quiet && active_device(i))
|
||||||
print_status(i);
|
print_status(i);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user