mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-11 23:13:02 +02:00
Compare commits
3 commits
cda40e8f9f
...
d0178de18c
Author | SHA1 | Date | |
---|---|---|---|
|
d0178de18c | ||
|
139993671e | ||
|
22bac1b7aa |
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ pub(super) async fn upgrade_outlier_to_timeline_pdu(
|
||||||
.collect()
|
.collect()
|
||||||
.await;
|
.await;
|
||||||
|
|
||||||
if extremities.len() == 0 { info!("Retained zero extremities when upgrading outlier PDU to timeline PDU with {} previous events", incoming_pdu.prev_events.len()) }
|
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!(
|
debug!(
|
||||||
"Retained {} extremities checked against {} prev_events",
|
"Retained {} extremities checked against {} prev_events",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue