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