Reasonable logging for keyfinder command

Previously the command was completely silent.
This commit is contained in:
Adrian Sampson 2015-01-20 15:12:26 -08:00
parent 5586fcee67
commit dae1776165

View file

@ -64,8 +64,8 @@ class KeyFinderPlugin(BeetsPlugin):
continue
item['initial_key'] = key
self._log.debug(u'added computed initial key {0} for {1}',
key, util.displayable_path(item.path))
self._log.info(u'added computed initial key {0} for {1}',
key, util.displayable_path(item.path))
if write:
item.try_write()