Skip to content

Commit

Permalink
flakehub cache init failure is an error
Browse files Browse the repository at this point in the history
  • Loading branch information
colemickens committed Nov 5, 2024
1 parent 02bdb39 commit b3dffd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magic-nix-cache/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ async fn main_cli() -> Result<()> {
Some(state)
}
Err(err) => {
tracing::debug!("FlakeHub cache initialization failed: {}", err);
tracing::error!("FlakeHub cache initialization failed: {}", err);
None
}
}
Expand Down

0 comments on commit b3dffd0

Please sign in to comment.