Skip to content

Commit

Permalink
fix: move a warning to debug in aqua
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Nov 19, 2024
1 parent af36cfd commit ed029b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aqua/aqua_registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ impl AquaPackage {
if let Some(req) = versions::Requirement::new(&vc) {
req.matches(&v)
} else {
warn!("invalid semver constraint: {vc}");
debug!("invalid semver constraint: {vc}");
false
}
} else if let Some(caps) = re_exact.captures(vc) {
Expand Down

0 comments on commit ed029b7

Please sign in to comment.