mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add the class name of the 'Fetching list of books' debug message in USBMS
This commit is contained in:
parent
07489c4854
commit
f8847edbd9
@ -60,7 +60,9 @@ class USBMS(CLI, Device):
|
||||
def books(self, oncard=None, end_session=True):
|
||||
from calibre.ebooks.metadata.meta import path_to_ext
|
||||
|
||||
debug_print ('USBMS: Fetching list of books from device. oncard=', oncard)
|
||||
debug_print ('USBMS: Fetching list of books from device. Device=',
|
||||
self.__class__.__name__,
|
||||
'oncard=', oncard)
|
||||
|
||||
dummy_bl = self.booklist_class(None, None, None)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user