diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-09-18 10:53:12 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-09-18 10:53:12 +0100 |
commit | 8544a78fa6a8f137ab4b53a0700eca7bcf60d0e4 (patch) | |
tree | 05931306be05616684098d1d68cf355ac25faca6 | |
parent | What is a subfailure? (diff) | |
download | synapse-8544a78fa6a8f137ab4b53a0700eca7bcf60d0e4.tar.xz |
Log pdus
-rw-r--r-- | synapse/federation/federation_client.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/federation/federation_client.py b/synapse/federation/federation_client.py index a2e8d96ea2..68f8ffaed3 100644 --- a/synapse/federation/federation_client.py +++ b/synapse/federation/federation_client.py @@ -224,6 +224,8 @@ class FederationClient(FederationBase): ).addErrback(unwrapFirstError) ) + logger.info("DDD pdus ended up as: %s", pdus) + return pdus async def get_pdu( |