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

Change second initialise message on bitfury verbose mode.

This commit is contained in:
Con Kolivas 2013-10-07 12:00:49 +11:00
parent dbef95f77d
commit 03e80514e9

View File

@ -148,7 +148,7 @@ static bool bitfury_detect_one(struct libusb_device *dev, struct usb_find_device
goto out_close; goto out_close;
update_usb_stats(bitfury); update_usb_stats(bitfury);
applog(LOG_INFO, "%s %d: Found at %s", applog(LOG_INFO, "%s %d: Successfully initialised %s",
bitfury->drv->name, bitfury->device_id, bitfury->device_path); bitfury->drv->name, bitfury->device_id, bitfury->device_path);
return true; return true;
out_close: out_close: