diff --git a/src/calibre/devices/usbms/device.py b/src/calibre/devices/usbms/device.py index 41f49cda17..52339ce2a3 100644 --- a/src/calibre/devices/usbms/device.py +++ b/src/calibre/devices/usbms/device.py @@ -545,6 +545,9 @@ class Device(DeviceConfig, DevicePlugin): ok[node] = False except: ok[node] = False + if DEBUG and not ok[node]: + print '\nIgnoring the node: %s as could not read size from: %s' % (node, sz) + devnodes.append(node) devnodes += list(repeat(None, 3))