diff --git a/beetsplug/convert.py b/beetsplug/convert.py index d1223596f..ba629c8a5 100644 --- a/beetsplug/convert.py +++ b/beetsplug/convert.py @@ -399,9 +399,8 @@ class ConvertPlugin(BeetsPlugin): util.displayable_path(album.artpath), util.displayable_path(dest)) else: - self._log.info(u'Copying cover art to {0}', - util.displayable_path(album.artpath), - util.displayable_path(dest)) + self._log.info(u'Copying cover art from {0}', + util.displayable_path(album.artpath)) util.copy(album.artpath, dest) def convert_func(self, lib, opts, args):