summary refs log tree commit diff
path: root/synapse/push/httppusher.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-02-18 15:50:06 +0000
committerErik Johnston <erik@matrix.org>2020-02-18 16:11:26 +0000
commitbc936b56572aef4fc16fffaa44a75bfdf99eeec4 (patch)
tree8c4c030157dd4fa9df5a1d04dac76486327f9d7e /synapse/push/httppusher.py
parentMerge branch 'release-v1.10.0' into matrix-org-hotfixes (diff)
parentIncrease perf of `get_auth_chain_ids` used in state res v2. (#6937) (diff)
downloadsynapse-bc936b56572aef4fc16fffaa44a75bfdf99eeec4.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes
Diffstat (limited to 'synapse/push/httppusher.py')
-rw-r--r--synapse/push/httppusher.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/push/httppusher.py b/synapse/push/httppusher.py

index afa9ef31bf..73a63ec78a 100644 --- a/synapse/push/httppusher.py +++ b/synapse/push/httppusher.py
@@ -402,7 +402,7 @@ class HttpPusher(object): Args: badge (int): number of unread messages """ - logger.info("Sending updated badge count %d to %s", badge, self.name) + logger.debug("Sending updated badge count %d to %s", badge, self.name) d = { "notification": { "id": "",