Improve trace message for cached Python interpreter query

This commit is contained in:
Zanie Blue 2025-06-27 14:39:05 -05:00
parent 6a5d2f1ec4
commit 200da301bf

View file

@ -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()
);