Skip to content

Commit

Permalink
Slight log rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Nov 21, 2015
1 parent e55b01c commit 1d0984a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions beetsplug/fetchart.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,8 +530,8 @@ def _is_valid_image_candidate(self, candidate):
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
Expand Down

0 comments on commit 1d0984a

Please sign in to comment.