log when there are zero extremities
This commit is contained in:
parent
23584050e8
commit
2d9ad1bab0
1 changed files with 2 additions and 0 deletions
|
|
@ -197,6 +197,8 @@ where
|
|||
.await;
|
||||
extremities.push(incoming_pdu.event_id().to_owned());
|
||||
|
||||
if extremities.len() == 0 { info!("Retained zero extremities when upgrading outlier PDU to timeline PDU with {} previous events, event id: {}", incoming_pdu.prev_events.len(), incoming_pdu.event_id) }
|
||||
|
||||
debug!(
|
||||
"Retained {} extremities checked against {} prev_events",
|
||||
extremities.len(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue