mirror of https://github.com/astral-sh/uv
Use consistent 'Registry' prefix for wheel and source distribution logs (#11270)
## Summary We say "Registry requirement already cached" for source distributions, but for wheels, it's just "Requirement already cached".
This commit is contained in:
parent
ca73c47543
commit
306fcfe718
|
|
@ -131,8 +131,7 @@ impl<'a> Planner<'a> {
|
|||
}
|
||||
Some(&entry.dist)
|
||||
}) {
|
||||
debug!("Requirement already cached: {distribution}");
|
||||
// STOPSHIP(charlie): If these are mismatched, skip and warn.
|
||||
debug!("Registry requirement already cached: {distribution}");
|
||||
cached.push(CachedDist::Registry(distribution.clone()));
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue