Skip to content
Snippets Groups Projects
Commit 3e71d13a authored by Erik Johnston's avatar Erik Johnston
Browse files

Also log when we've started pushers

parent e7a6edb0
No related branches found
No related tags found
No related merge requests found
...@@ -186,6 +186,8 @@ class PusherPool: ...@@ -186,6 +186,8 @@ class PusherPool:
self.pushers[fullid] = p self.pushers[fullid] = p
p.start() p.start()
logger.info("Started pushers")
@defer.inlineCallbacks @defer.inlineCallbacks
def remove_pusher(self, app_id, pushkey, user_name): def remove_pusher(self, app_id, pushkey, user_name):
fullid = "%s:%s:%s" % (app_id, pushkey, user_name) fullid = "%s:%s:%s" % (app_id, pushkey, user_name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment