Skip to content

Commit

Permalink
Re-simplify logging format
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Dec 13, 2024
1 parent a88602a commit 3d3738b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/uv-resolver/src/resolver/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1194,8 +1194,8 @@ impl<InstalledPackages: InstalledPackagesProvider> ResolverState<InstalledPackag
};

debug!(
"Selecting: {:?}=={} [{}] ({})",
package,
"Selecting: {}=={} [{}] ({})",
name,
candidate.version(),
candidate.choice_kind(),
filename,
Expand Down

0 comments on commit 3d3738b

Please sign in to comment.