summary refs log tree commit diff
diff options
context:
space:
mode:
authorWill Hunt <will@half-shot.uk>2019-03-20 16:35:15 +0000
committerWill Hunt <will@half-shot.uk>2019-03-20 16:35:15 +0000
commit1033a90e3e0ab939a53e5a67aed1e03aba5692b2 (patch)
treea43ec75c94a9a561d8e47f59ec9f3f280eb6faf2
parentLogging around get_new_events_for_appservice (diff)
downloadsynapse-hhs-9/hs/log-mods.tar.xz
-rw-r--r--synapse/storage/appservice.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/appservice.py b/synapse/storage/appservice.py
index 7ab85c9fc5..25e5430137 100644
--- a/synapse/storage/appservice.py
+++ b/synapse/storage/appservice.py
@@ -367,7 +367,7 @@ class ApplicationServiceTransactionWorkerStore(ApplicationServiceWorkerStore,
             "get_new_events_for_appservice", get_new_events_for_appservice_txn,
         )
 
-        logger.info("call get_new_events_for_appservice len(event_ids) = %s", len(event_ids))
+        logger.info("call get_new_events_for_appservice len(event_ids): %s = %s", len(event_ids), event_ids)
 
         events = yield self._get_events(event_ids)