diff --git a/beetsplug/convert.py b/beetsplug/convert.py index d1223596f..3c9080d1f 100644 --- a/beetsplug/convert.py +++ b/beetsplug/convert.py @@ -399,7 +399,7 @@ class ConvertPlugin(BeetsPlugin): util.displayable_path(album.artpath), util.displayable_path(dest)) else: - self._log.info(u'Copying cover art to {0}', + self._log.info(u'Copying cover art from {0} to {1}', util.displayable_path(album.artpath), util.displayable_path(dest)) util.copy(album.artpath, dest) diff --git a/docs/changelog.rst b/docs/changelog.rst index fec36af67..61e244310 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -102,6 +102,8 @@ Fixes: tags Thanks to :user:`TaizoSimpson`. :bug:`3501` +* Confusing typo when the convert plugin copies the art covers. :bug:`3063` + .. _python-itunes: https://github.com/ocelma/python-itunes