mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
More (and less) debug info in the sony driver
This commit is contained in:
parent
dcd7bf1033
commit
bef59a3a3c
@ -147,7 +147,7 @@ class PRS505(USBMS):
|
|||||||
if opts.extra_customization:
|
if opts.extra_customization:
|
||||||
collections = [x.strip() for x in
|
collections = [x.strip() for x in
|
||||||
opts.extra_customization.split(',')]
|
opts.extra_customization.split(',')]
|
||||||
|
debug_print('PRS505: collection fields:', collections)
|
||||||
c.update(blists, collections)
|
c.update(blists, collections)
|
||||||
c.write()
|
c.write()
|
||||||
|
|
||||||
|
@ -540,10 +540,10 @@ class XMLCache(object):
|
|||||||
break
|
break
|
||||||
self.namespaces[i] = ns
|
self.namespaces[i] = ns
|
||||||
|
|
||||||
if DEBUG:
|
# if DEBUG:
|
||||||
debug_print('Found nsmaps:')
|
# debug_print('Found nsmaps:')
|
||||||
pprint(self.nsmaps)
|
# pprint(self.nsmaps)
|
||||||
debug_print('Found namespaces:')
|
# debug_print('Found namespaces:')
|
||||||
pprint(self.namespaces)
|
# pprint(self.namespaces)
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user