mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Also log when we've started pushers
This commit is contained in:
parent
e7a6edb0ee
commit
3e71d13acf
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user