mirror of
https://github.com/beetbox/beets.git
synced 2026-02-11 09:54:31 +01:00
Reasonable logging for keyfinder command
Previously the command was completely silent.
This commit is contained in:
parent
5586fcee67
commit
dae1776165
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue