mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-11 00:12:49 +02:00
log which room is being backfilled
This commit is contained in:
parent
f8b86e4598
commit
0e6b7f6d5f
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ pub async fn backfill_if_required(&self, room_id: &RoomId, from: PduCount) -> Re
|
|||
.boxed();
|
||||
|
||||
while let Some(ref backfill_server) = servers.next().await {
|
||||
info!("Asking {backfill_server} for backfill");
|
||||
info!("Asking {backfill_server} for backfill of room {room_id}");
|
||||
let response = self
|
||||
.services
|
||||
.sending
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue