Browse Source

Change second initialise message on bitfury verbose mode.

nfactor-troky
Con Kolivas 11 years ago
parent
commit
03e80514e9
  1. 2
      driver-bitfury.c

2
driver-bitfury.c

@ -148,7 +148,7 @@ static bool bitfury_detect_one(struct libusb_device *dev, struct usb_find_device @@ -148,7 +148,7 @@ static bool bitfury_detect_one(struct libusb_device *dev, struct usb_find_device
goto out_close;
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);
return true;
out_close:

Loading…
Cancel
Save