Add the class name of the 'Fetching list of books' debug message in USBMS

This commit is contained in:
Charles Haley 2011-02-19 17:55:00 +00:00
parent 07489c4854
commit f8847edbd9

View File

@ -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)