summaryrefslogtreecommitdiff
path: root/src/nv3p.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nv3p.c')
-rw-r--r--src/nv3p.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nv3p.c b/src/nv3p.c
index b2dff42..a237f6a 100644
--- a/src/nv3p.c
+++ b/src/nv3p.c
@@ -809,7 +809,7 @@ static int nv3p_read(usb_device_t *usb, uint8_t *buf, int len)
if (len > bytesleft) {
ret = usb_read(usb, packet, sizeof(packet), &actual_len);
if (ret) {
- dprintf("USB read failed\n");
+ dprintf("USB read failed: %d\n", ret);
return ret;
}