summaryrefslogtreecommitdiff
path: root/src/libusb1-glue.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libusb1-glue.c')
-rw-r--r--src/libusb1-glue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libusb1-glue.c b/src/libusb1-glue.c
index 1323545..6cda999 100644
--- a/src/libusb1-glue.c
+++ b/src/libusb1-glue.c
@@ -748,7 +748,7 @@ void dump_usbinfo(PTP_USB *ptp_usb)
LIBMTP_INFO(" Vendor: %s\n", ptp_usb->rawdevice.device_entry.vendor);
LIBMTP_INFO(" Vendor id: 0x%04x\n", ptp_usb->rawdevice.device_entry.vendor_id);
LIBMTP_INFO(" Product: %s\n", ptp_usb->rawdevice.device_entry.product);
- LIBMTP_INFO(" Vendor id: 0x%04x\n", ptp_usb->rawdevice.device_entry.product_id);
+ LIBMTP_INFO(" Product id: 0x%04x\n", ptp_usb->rawdevice.device_entry.product_id);
LIBMTP_INFO(" Device flags: 0x%08x\n", ptp_usb->rawdevice.device_entry.device_flags);
(void) probe_device_descriptor(dev, stdout);
}