mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-02 10:04:33 +00:00
USB -n 'known' text only without ---usb-list-all
This commit is contained in:
parent
b21747b978
commit
26341bbf75
@ -609,7 +609,8 @@ void usb_all(int level)
|
|||||||
if (j == -1)
|
if (j == -1)
|
||||||
applog(LOG_WARNING, "No known USB devices");
|
applog(LOG_WARNING, "No known USB devices");
|
||||||
else
|
else
|
||||||
applog(LOG_WARNING, "%d known USB devices", (int)(++j));
|
applog(LOG_WARNING, "%d %sUSB devices",
|
||||||
|
(int)(++j), opt_usb_list_all ? BLANK : "known ");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user