Skip to content

Commit

Permalink
fix rustc err
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed May 31, 2024
1 parent 68947e0 commit b92cabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ impl RootBuilder for DnfRootBuilder {
);

if let Err(e) = res {
error!("{} failed with error: {e:?}", self.exec);
tracing::error!("{} failed with error: {e:?}", self.exec);
info!("Katsu will continue the build process.");
}

Expand Down

0 comments on commit b92cabb

Please sign in to comment.