From: kaliko Date: Sun, 21 Feb 2021 16:34:42 +0000 (+0100) Subject: Fixed variable in info log message (typo introduced in baa6dc7) X-Git-Tag: 0.17.0~16 X-Git-Url: https://git.kaliko.me/?a=commitdiff_plain;h=5536f75085b68f1c538cb1cc0783b749fd0d4f74;p=mpd-sima.git Fixed variable in info log message (typo introduced in baa6dc7) --- diff --git a/sima/lib/webserv.py b/sima/lib/webserv.py index 96d63af..701905b 100644 --- a/sima/lib/webserv.py +++ b/sima/lib/webserv.py @@ -327,7 +327,7 @@ class WebService(AdvancedPlugin): self.log.debug('Found no tracks to queue!') return for track in self.to_add: - self.log.info('%s plugin chose: %s', self.ws.name, trk) + self.log.info('%s plugin chose: %s', self.ws.name, track) def _album(self): """Get albums for album queue mode