diff --git a/beetsplug/convert.py b/beetsplug/convert.py index aee2f55f0..3ce3e34a4 100644 --- a/beetsplug/convert.py +++ b/beetsplug/convert.py @@ -39,7 +39,8 @@ def encode(source, dest): encode.wait() if encode.returncode != 0: # Something went wrong (probably Ctrl+C), remove temporary files - log.info(u'Encoding {0} failed. Cleaning up...'.format(source)) + log.info(u'Encoding {0} failed. Cleaning up...' + .format(util.displayable_path(source))) util.remove(dest) util.prune_dirs(os.path.dirname(dest)) return