log: info -> debug for ndb can't find repost
Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
@@ -209,7 +209,7 @@ fn to_repost<'a>(
|
|||||||
let reposted_note = match get_reposted_note(ndb, txn, &payload.note) {
|
let reposted_note = match get_reposted_note(ndb, txn, &payload.note) {
|
||||||
Some(r) => r,
|
Some(r) => r,
|
||||||
None => {
|
None => {
|
||||||
tracing::error!(
|
tracing::debug!(
|
||||||
"Could not get reposted note for note id {}",
|
"Could not get reposted note for note id {}",
|
||||||
enostr::NoteId::new(*payload.note.id()).hex()
|
enostr::NoteId::new(*payload.note.id()).hex()
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user