From 5408fdffcba4546fbc9edb15099348bb3e0116f4 Mon Sep 17 00:00:00 2001 From: kaliko Date: Wed, 28 Jun 2017 14:04:11 +0200 Subject: [PATCH] Better info log message --- sima/lib/webserv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2