Skip to content

Commit

Permalink
chore: lower to debug level, it is a condition to bother the user with
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Oct 11, 2024
1 parent 8565348 commit a80057e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ pub async fn get(
)
} else {
// a mismatch, so we need to download
tracing::info!("tool version mismatch (required: {required_version}, system: {detected_version})");
tracing::debug!("tool version mismatch (required: {required_version}, system: {detected_version})");
}
} else {
// we don't require any specific version
Expand Down

0 comments on commit a80057e

Please sign in to comment.