]> kaliko git repositories - mpd-sima.git/blobdiff - sima/core.py
Update setup.py and version
[mpd-sima.git] / sima / core.py
index ceaa09244ce480338309ca3a0bdfd70368ef4754..f6703ca8317b0c204fce89e8234cd139518bd38d 100644 (file)
@@ -2,7 +2,7 @@
 """Core Object dealing with plugins and player client
 """
 
-__version__ = '0.12.0.b'
+__version__ = '0.12.0pr1'
 __author__ = 'kaliko jack'
 __url__ = 'git://git.kaliko.me/sima.git'
 
@@ -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)