From e5c14ed5b4e6aacec5b795a1c9f5518f392ba341 Mon Sep 17 00:00:00 2001
From: kaliko <efrim@azylum.org>
Date: Sat, 2 Nov 2013 20:57:28 +0100
Subject: [PATCH] typo and less verbose logging

---
 sima/core.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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)
-- 
2.39.5