From: kaliko Date: Sat, 2 Nov 2013 19:57:28 +0000 (+0100) Subject: typo and less verbose logging X-Git-Tag: mpd-sima/0.12.0pr2~28 X-Git-Url: https://git.kaliko.me/?a=commitdiff_plain;h=e5c14ed5b4e6aacec5b795a1c9f5518f392ba341;p=mpd-sima.git typo and less verbose logging --- diff --git a/sima/core.py b/sima/core.py index ceaa092..08135c0 100644 --- a/sima/core.py +++ b/sima/core.py @@ -76,9 +76,8 @@ class Sima(Daemon): if pl_callback: to_add.extend(pl_callback) if not to_add: - self.log.warning('Queue plugins returned anything!') + self.log.warning('Queue plugins returned nothing!') for plugin in self.plugins: - self.log.info('calling fb for {}'.format(plugin)) pl_callback = getattr(plugin, 'callback_need_track_fb')() if pl_callback: to_add.extend(pl_callback)