mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
Slight log rewording
This commit is contained in:
parent
e55b01c2bb
commit
1d0984a294
1 changed files with 2 additions and 2 deletions
|
|
@ -530,8 +530,8 @@ class FetchArtPlugin(plugins.BeetsPlugin, RequestMixin):
|
|||
size = ArtResizer.shared.get_size(candidate)
|
||||
|
||||
if not size:
|
||||
self._log.warning(u'could not verify size of image: please see '
|
||||
u'documentation for dependencies. '
|
||||
self._log.warning(u'Could not get size of image (please see '
|
||||
u'documentation for dependencies). '
|
||||
u'The configuration options `minwidth` and '
|
||||
u'`enforce_ratio` may be violated.')
|
||||
return CANDIDATE_EXACT
|
||||
|
|
|
|||
Loading…
Reference in a new issue