diff --git a/syncapi/storage/postgres/syncserver.go b/syncapi/storage/postgres/syncserver.go index 1845ac38..d8fec4c2 100644 --- a/syncapi/storage/postgres/syncserver.go +++ b/syncapi/storage/postgres/syncserver.go @@ -584,6 +584,8 @@ func (d *SyncServerDatasource) getResponseWithPDUsForCompleteSync( return } + fmt.Printf("Problem room: %s\n", roomID) + // Retrieve the backward topology position, i.e. the position of the // oldest event in the room's topology. var backwardTopologyPos, backwardStreamPos types.StreamPosition