]> kaliko git repositories - mpd-sima.git/blobdiff - sima/plugins/internal/random.py
Fixed client cache initialising, filters out empty strings
[mpd-sima.git] / sima / plugins / internal / random.py
index feca9d80275ed4b90be5de3d15c03f11274fa049..ec17e9a679a0d8a0c3a60a0f092c89029cde0b21 100644 (file)
@@ -47,6 +47,7 @@ class Random(Plugin):
             self.log.warning('Bad value for flavour, '
                              '"%s" not in ["pure", "sensible"]', self.mode)
             self.mode = 'pure'
+        self.log.debug('Random flavour: %s', self.mode)
 
     def get_played_artist(self,):
         """Constructs list of already played artists.