log: info -> debug for ndb can't find repost

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-09-08 16:17:56 -04:00
parent ba359c95c2
commit 5bb17cd810

View File

@@ -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()
);