Browse Source

Merge commit '9df747c' into bfgminer

Conflicts:
	libztex.c
Luke Dashjr 12 years ago
parent
commit
e4f84ae244
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libztex.c

+ 1 - 1
libztex.c

@@ -769,7 +769,7 @@ int libztex_scanDevices(struct libztex_dev_list*** devs_p)
 			err = libztex_checkDevice(list[i]);
 			err = libztex_checkDevice(list[i]);
 			switch (err) {
 			switch (err) {
 			case CHECK_ERROR:
 			case CHECK_ERROR:
-				applog(LOG_ERR, "Ztex: Can not check device: %s", bfg_strerror(err, BST_LIBUSB));
+				applog(LOG_ERR, "Ztex: Can not check device %ld", (long)i);
 				continue;
 				continue;
 			case CHECK_IS_NOT_ZTEX:
 			case CHECK_IS_NOT_ZTEX:
 				continue;
 				continue;