Skip to content

Commit

Permalink
Reasonable logging for keyfinder command
Browse files Browse the repository at this point in the history
Previously the command was completely silent.
  • Loading branch information
sampsyo committed Jan 20, 2015
1 parent 5586fce commit dae1776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions beetsplug/keyfinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ def find_key(self, items, write=False):
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()
Expand Down

0 comments on commit dae1776

Please sign in to comment.