log seed creating plan

This commit is contained in:
Pere Diaz Bou
2025-05-30 11:04:19 +02:00
parent 1ca67d0092
commit 83db9be818

View File

@@ -600,6 +600,7 @@ fn setup_simulation(
let mut rng = rand::thread_rng();
rng.next_u64()
});
tracing::info!("seed={}", seed);
let paths = bugbase.paths(seed);
if !paths.base.exists() {