summary refs log tree commit diff
path: root/synapse/handlers
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2017-01-05 13:40:39 +0000
committerMatthew Hodgson <matthew@matrix.org>2017-01-05 13:40:39 +0000
commitd79d1657617e5c050292b6676a9851c5674576da (patch)
treec7733e387d029adc7fd9a5aa5a8983a122c3bde9 /synapse/handlers
parentfix annoying typos (diff)
downloadsynapse-d79d1657617e5c050292b6676a9851c5674576da.tar.xz
add logging for all the places we call resolve_state_groups. my kingdom for a backtrace that actually works.
Diffstat (limited to 'synapse/handlers')
-rw-r--r--synapse/handlers/federation.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/handlers/federation.py b/synapse/handlers/federation.py
index 8c93d6d39f..9ed708bf3e 100644
--- a/synapse/handlers/federation.py
+++ b/synapse/handlers/federation.py
@@ -591,6 +591,7 @@ class FederationHandler(BaseHandler):
 
         event_ids = list(extremities.keys())
 
+        logger.info("Calling resolve_state_groups in _maybe_backfill")
         states = yield preserve_context_over_deferred(defer.gatherResults([
             preserve_fn(self.state_handler.resolve_state_groups)(room_id, [e])
             for e in event_ids