fixed log message

This commit is contained in:
Peter Schnebel 2013-10-27 12:04:58 +01:00
parent a13832a562
commit dab7ec219d

View file

@ -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):