1
0
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:
Kano 2013-03-15 00:30:48 +11:00
parent b21747b978
commit 26341bbf75

View File

@ -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 ");
} }