Skip to content

Commit

Permalink
change warning to info
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid committed Mar 19, 2024
1 parent d648d5a commit 5177479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/chainhook-cli/src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ async fn handle_command(opts: Opts, ctx: Context) -> Result<(), String> {
.await?;
}
Err(e) => {
warn!(
info!(
ctx.expect_logger(),
"Could not open db. This will greatly increase scan times. Error: {}", e
);
Expand Down

0 comments on commit 5177479

Please sign in to comment.