commit 5bb17cd8106a11e8f9a7fd6fbd24af5601ff01fe
parent ba359c95c2f257249b8a68612d23292a62cd0673
Author: kernelkind <kernelkind@gmail.com>
Date: Mon, 8 Sep 2025 16:17:56 -0400
log: info -> debug for ndb can't find repost
Signed-off-by: kernelkind <kernelkind@gmail.com>
Diffstat:
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
@@ -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()
);