Skip to content

Commit 8770e68

Browse files
committed
simln-lib: restore removed network generator log
1 parent 3474015 commit 8770e68

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

simln-lib/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,6 +1022,8 @@ impl<C: Clock + 'static> Simulation<C> {
10221022
.map_err(SimulationError::RandomActivityError)?,
10231023
);
10241024

1025+
log::info!("Created network generator: {}.", network_generator);
1026+
10251027
for (node_info, capacity) in active_nodes.values() {
10261028
// Create a salted RNG for this node based on its pubkey.
10271029
let seed_opt = self.cfg.seed.map(|seed| (seed, Some(&node_info.pubkey)));

0 commit comments

Comments
 (0)