windows: Downgrade get_guid DeviceInterfaceGUID warning to info

Closes #1394

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
This commit is contained in:
Tormod Volden
2024-01-19 20:14:41 +01:00
parent 7b53ee1d73
commit f9ae36b13f
2 changed files with 2 additions and 2 deletions

View File

@@ -1492,7 +1492,7 @@ static int get_guid(struct libusb_context *ctx, char *dev_id, HDEVINFO *dev_info
// The GUID was read successfully
break;
} else if (s == ERROR_FILE_NOT_FOUND) {
usbi_warn(ctx, "no DeviceInterfaceGUID registered for '%s'", dev_id);
usbi_info(ctx, "no DeviceInterfaceGUID registered for '%s'", dev_id);
err = LIBUSB_ERROR_ACCESS;
goto exit;
} else if (s == ERROR_MORE_DATA) {

View File

@@ -1 +1 @@
#define LIBUSB_NANO 11864
#define LIBUSB_NANO 11865