From 6243f28d008e5a9f8323022aca51425252b825f0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 17 Jan 2016 22:33:20 +0530 Subject: [PATCH] ... --- src/calibre/devices/winusb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/winusb.py b/src/calibre/devices/winusb.py index 5a506892f7..c9736d401d 100644 --- a/src/calibre/devices/winusb.py +++ b/src/calibre/devices/winusb.py @@ -531,7 +531,7 @@ def get_drive_letters_for_device(vendor_id, product_id, bcd=None, debug=False): break if found_at is None: if debug: - prints('Could not find device matching vid=0x%x pid=0x%x: %r' % (vendor_id, product_id)) + prints('Could not find device matching vid=0x%x pid=0x%x' % (vendor_id, product_id)) return ans # Get the device ids for all descendants of the found device