From 5bb17cd8106a11e8f9a7fd6fbd24af5601ff01fe Mon Sep 17 00:00:00 2001 From: kernelkind Date: Mon, 8 Sep 2025 16:17:56 -0400 Subject: [PATCH] log: info -> debug for ndb can't find repost Signed-off-by: kernelkind --- crates/notedeck_columns/src/timeline/timeline_units.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/notedeck_columns/src/timeline/timeline_units.rs b/crates/notedeck_columns/src/timeline/timeline_units.rs index 4de3e6f6..cc10e35a 100644 --- a/crates/notedeck_columns/src/timeline/timeline_units.rs +++ b/crates/notedeck_columns/src/timeline/timeline_units.rs @@ -209,7 +209,7 @@ fn to_repost<'a>( let reposted_note = match get_reposted_note(ndb, txn, &payload.note) { Some(r) => r, None => { - tracing::error!( + tracing::debug!( "Could not get reposted note for note id {}", enostr::NoteId::new(*payload.note.id()).hex() );