Skip to content

Commit 4168661

Browse files
author
Ludo Galabru
committed
fix: revisit log level
1 parent 48ec25c commit 4168661

File tree

1 file changed

+1
-1
lines changed
  • components/chainhook-sdk/src/hord/db

1 file changed

+1
-1
lines changed

components/chainhook-sdk/src/hord/db/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ pub fn insert_entry_in_transfers(
315315
"INSERT INTO transfers (block_height) VALUES (?1)",
316316
rusqlite::params![&block_height],
317317
) {
318-
ctx.try_log(|logger| slog::error!(logger, "{}", e.to_string()));
318+
ctx.try_log(|logger| slog::warn!(logger, "{}", e.to_string()));
319319
}
320320
}
321321

0 commit comments

Comments
 (0)