mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-23 04:54:26 +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)
|
||||
applog(LOG_WARNING, "No known USB devices");
|
||||
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