1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

Only try to print the status of active devices.

This commit is contained in:
Con Kolivas 2011-07-24 08:42:07 +10:00
parent d5fbf8f987
commit f3c5f55481

2
main.c
View File

@ -3512,7 +3512,7 @@ int main (int argc, char *argv[])
for (i = 0; i < mining_threads; i++) {
if (unlikely(!queue_request()))
quit(1, "Failed to queue_request in main");
if (!opt_quiet)
if (!opt_quiet && active_device(i))
print_status(i);
}