mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Improve trace message for cached Python interpreter query
This commit is contained in:
parent
6a5d2f1ec4
commit
200da301bf
1 changed files with 1 additions and 1 deletions
|
@ -1015,7 +1015,7 @@ impl InterpreterInfo {
|
|||
Ok(cached) => {
|
||||
if cached.timestamp == modified {
|
||||
trace!(
|
||||
"Cached interpreter info for Python {}, skipping probing: {}",
|
||||
"Found cached interpreter info for Python {}, skipping query of: {}",
|
||||
cached.data.markers.python_full_version(),
|
||||
executable.user_display()
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue