Commit 8037eb15ad6b85fe4580d55bfca24931b73f81aa

Con Kolivas 2013-10-07T12:00:49

Change second initialise message on bitfury verbose mode.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/driver-bitfury.c b/driver-bitfury.c
index 0eaefbb..c1e3124 100644
--- a/driver-bitfury.c
+++ b/driver-bitfury.c
@@ -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: