X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=sima%2Fcore.py;h=eea108d3a078eb15ecc88913b8bd98a532b21abc;hb=fb25d53c7216d90d2ccc55d443017715d73246fc;hp=2ffb04c6e44c20ae7aedc564b212838b34a8361a;hpb=4354c875088ac413824ad881505676de417e19bf;p=mpd-sima.git diff --git a/sima/core.py b/sima/core.py index 2ffb04c..eea108d 100644 --- a/sima/core.py +++ b/sima/core.py @@ -73,7 +73,7 @@ class Sima(Daemon): def foreach_plugin(self, method, *args, **kwds): """Plugin's callbacks dispatcher""" - self.log.trace('dispatching %s to plugins', method) + self.log.trace('dispatching %s to plugins', method) # pylint: disable=no-member for plugin in self.core_plugins: getattr(plugin, method)(*args, **kwds) for plugin in self.plugins: