From: kaliko <kaliko@azylum.org>
Date: Wed, 28 Jun 2017 12:04:11 +0000 (+0200)
Subject: Better info log message
X-Git-Tag: 0.14.4~1
X-Git-Url: https://git.kaliko.me/?a=commitdiff_plain;h=5408fdffcba4546fbc9edb15099348bb3e0116f4;p=mpd-sima.git

Better info log message
---

diff --git a/sima/lib/webserv.py b/sima/lib/webserv.py
index c3ecfd6..50d2b81 100644
--- a/sima/lib/webserv.py
+++ b/sima/lib/webserv.py
@@ -312,7 +312,7 @@ class WebService(Plugin):
             albums_not_in_hist = list(albums - albums_yet_in_hist)
             # Get to next artist if there are no unplayed albums
             if not albums_not_in_hist:
-                self.log.info('No album found for "%s"' % artist)
+                self.log.info('No unplayed album found for "%s"' % artist)
                 continue
             album_to_queue = str()
             random.shuffle(albums_not_in_hist)