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:
|
||||
collections = [x.strip() for x in
|
||||
opts.extra_customization.split(',')]
|
||||
|
||||
debug_print('PRS505: collection fields:', collections)
|
||||
c.update(blists, collections)
|
||||
c.write()
|
||||
|
||||
|
@ -540,10 +540,10 @@ class XMLCache(object):
|
||||
break
|
||||
self.namespaces[i] = ns
|
||||
|
||||
if DEBUG:
|
||||
debug_print('Found nsmaps:')
|
||||
pprint(self.nsmaps)
|
||||
debug_print('Found namespaces:')
|
||||
pprint(self.namespaces)
|
||||
# if DEBUG:
|
||||
# debug_print('Found nsmaps:')
|
||||
# pprint(self.nsmaps)
|
||||
# debug_print('Found namespaces:')
|
||||
# pprint(self.namespaces)
|
||||
# }}}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user