mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2024-10-01 03:35:38 -04:00
client: Add the room id and token to the fetcher task log line.
This commit is contained in:
parent
f570a74b52
commit
87c4958e15
@ -290,7 +290,8 @@ class PanClient(AsyncClient):
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
logger.debug(
|
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(
|
response = await self.room_messages(
|
||||||
fetch_task.room_id,
|
fetch_task.room_id,
|
||||||
|
Loading…
Reference in New Issue
Block a user