Also log when we've started pushers

erikj/initial_sync_perf
Erik Johnston 2015-04-29 18:37:42 +01:00
parent e7a6edb0ee
commit 3e71d13acf
1 changed files with 2 additions and 0 deletions

View File

@ -186,6 +186,8 @@ class PusherPool:
self.pushers[fullid] = p
p.start()
logger.info("Started pushers")
@defer.inlineCallbacks
def remove_pusher(self, app_id, pushkey, user_name):
fullid = "%s:%s:%s" % (app_id, pushkey, user_name)