diff --git a/src/calibre/devices/prst1/driver.py b/src/calibre/devices/prst1/driver.py index 8b76255532..4cbe9b4994 100644 --- a/src/calibre/devices/prst1/driver.py +++ b/src/calibre/devices/prst1/driver.py @@ -687,7 +687,7 @@ class PRST1(USBMS): 'WHERE _id = ?') t = (collectionId,) cursor.execute(query, t) - debug_print('Deleted Collection: ' + collection) + debug_print('Deleted Collection: ' + repr(collection)) connection.commit() cursor.close()