1
0
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:
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)
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 ");
}