From 6844722faab84e4cca03f405e91c5d6501ca9f6c Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Sun, 11 Feb 2024 08:02:33 -0600 Subject: [PATCH] Add libusb version info to find_and_open_device --- src/usb_port.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usb_port.c b/src/usb_port.c index 4b27f3174..3f197ca7f 100644 --- a/src/usb_port.c +++ b/src/usb_port.c @@ -67,7 +67,7 @@ static libusb_device_handle *find_and_open_device(const hamlib_port_t *port) char string[256]; int i, r; - rig_debug(RIG_DEBUG_VERBOSE, "%s called\n", __func__); + rig_debug(RIG_DEBUG_VERBOSE, "%s called LIBUSB_API_VERSION=%x\n", __func__, LIBUSB_API_VERSION); rig_debug(RIG_DEBUG_VERBOSE, "%s: looking for device %04x:%04x...",