[gnome-music] artCache: better wording for missing artwork



commit 0065db930de8959abc099364be78e697632ff0e7
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Mon Jan 19 13:07:46 2015 +0100

    artCache: better wording for missing artwork

 gnomemusic/albumArtCache.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomemusic/albumArtCache.py b/gnomemusic/albumArtCache.py
index 983f72a..73eb19d 100644
--- a/gnomemusic/albumArtCache.py
+++ b/gnomemusic/albumArtCache.py
@@ -247,7 +247,7 @@ class AlbumArtCache:
                     self.blacklist[artist] = []
                 self.blacklist[artist].append(album)
 
-                logger.warn("can't find URL for album '%s' by %s" % (album, artist))
+                logger.warn("can't find artwork for album '%s' by %s" % (album, artist))
                 noArtworkIcon = self.get_default_icon(width, height, False)
                 self.finish(item, noArtworkIcon, None, callback, itr)
                 return


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]