X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=sima%2Fplugins%2Fmpd.py;h=5ad156ffaf8e2dd946b589ae983db19ed02f3dea;hb=c660efb577c11bde6229d37550bf197fa6bae3e4;hp=26a07e5f2635bb4af3295911e9b0e36138f82cef;hpb=3232d76fccc3b431bd42a34a5f182667efa346d0;p=mpd-sima.git diff --git a/sima/plugins/mpd.py b/sima/plugins/mpd.py index 26a07e5..5ad156f 100644 --- a/sima/plugins/mpd.py +++ b/sima/plugins/mpd.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- """ + Deal with MPD options ‑ idle and repeat mode """ # standard library import @@ -31,6 +32,7 @@ class MpdOptions(Plugin): self.log.info('MPD "repeat" mode activated.') self.daemon.enabled = False else: + self.log.debug('enabling queuing (leaving single|repeat mode)') self.daemon.enabled = True def shutdown(self):