summary refs log tree commit diff
path: root/synapse/handlers/room_list.py
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2017-10-26 11:39:54 +0100
committerGitHub <noreply@github.com>2017-10-26 11:39:54 +0100
commit566e21eac80f1bf921da5876a0fa03ecc412d551 (patch)
treee872bb10db6ed0d6216d6f78b38cefc867a03110 /synapse/handlers/room_list.py
parentDo logcontexts outside ResponseCache (diff)
downloadsynapse-566e21eac80f1bf921da5876a0fa03ecc412d551.tar.xz
Update room_list.py
Diffstat (limited to 'synapse/handlers/room_list.py')
-rw-r--r--synapse/handlers/room_list.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/room_list.py b/synapse/handlers/room_list.py
index 5a47254b56..2cf34e51cb 100644
--- a/synapse/handlers/room_list.py
+++ b/synapse/handlers/room_list.py
@@ -87,7 +87,7 @@ class RoomListHandler(BaseHandler):
                 )
             )
         else:
-            logger.info("Using cached result.")
+            logger.info("Using cached deferred result.")
         return make_deferred_yieldable(result)
 
     @defer.inlineCallbacks