Improve trace message for cached Python interpreter query (#14328)

This commit is contained in:
Zanie Blue
2025-06-29 09:40:29 -05:00
committed by GitHub
parent 41c218a89b
commit c0ebe6871d
+1 -1
View File
@@ -1016,7 +1016,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()
);