client: Add the room id and token to the fetcher task log line.

This commit is contained in:
Damir Jelić 2019-07-26 12:46:27 +02:00
parent f570a74b52
commit 87c4958e15

View File

@ -290,7 +290,8 @@ class PanClient(AsyncClient):
try:
logger.debug(
"Fetching room history for {}".format(room.display_name)
f"Fetching room history for {room.display_name} "
f"({room.room_id}), token {fetch_task.token}."
)
response = await self.room_messages(
fetch_task.room_id,