mirror of
https://github.com/beetbox/beets.git
synced 2025-12-14 12:35:19 +01:00
fixed log message
This commit is contained in:
parent
a13832a562
commit
dab7ec219d
1 changed files with 2 additions and 1 deletions
|
|
@ -149,7 +149,8 @@ class EchonestMetadataPlugin(plugins.BeetsPlugin):
|
|||
util.remove(dest)
|
||||
util.prune_dirs(os.path.dirname(dest))
|
||||
return None
|
||||
log.info(u'Finished encoding {0}'.format(util.displayable_path(source)))
|
||||
log.info(u'echonest: finished encoding {0}'
|
||||
.format(util.displayable_path(source)))
|
||||
return dest
|
||||
|
||||
def analyze(self, item):
|
||||
|
|
|
|||
Loading…
Reference in a new issue