Log when we start solving a fork (#4684)

Adds a debug log message with the markers.
This commit is contained in:
konsti
2024-07-01 10:46:54 +02:00
committed by GitHub
parent 8f881d4796
commit 049833e037
+3
View File
@@ -336,6 +336,9 @@ impl<InstalledPackages: InstalledPackagesProvider> ResolverState<InstalledPackag
}
'FORK: while let Some(mut state) = forked_states.pop() {
if !state.markers.is_universal() {
debug!("Solving split {}", state.markers);
}
let start = Instant::now();
loop {
// Run unit propagation.