Skip to content

Commit

Permalink
fix: revisit log level
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludo Galabru committed Jun 8, 2023
1 parent 48ec25c commit 4168661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/chainhook-sdk/src/hord/db/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ pub fn insert_entry_in_transfers(
"INSERT INTO transfers (block_height) VALUES (?1)",
rusqlite::params![&block_height],
) {
ctx.try_log(|logger| slog::error!(logger, "{}", e.to_string()));
ctx.try_log(|logger| slog::warn!(logger, "{}", e.to_string()));
}
}

Expand Down

0 comments on commit 4168661

Please sign in to comment.