Browse Source

Change second initialise message on bitfury verbose mode.

Con Kolivas 12 years ago
parent
commit
03e80514e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-bitfury.c

+ 1 - 1
driver-bitfury.c

@@ -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: