From 3c20522395eea3dacf3eac290f4adf48a639bd12 Mon Sep 17 00:00:00 2001 From: Bastian Gruber Date: Wed, 27 Mar 2024 16:48:09 -0300 Subject: [PATCH] fix: typo --- crates/topos-certificate-spammer/src/lib.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/crates/topos-certificate-spammer/src/lib.rs b/crates/topos-certificate-spammer/src/lib.rs index 5c642578e..7a395a44e 100644 --- a/crates/topos-certificate-spammer/src/lib.rs +++ b/crates/topos-certificate-spammer/src/lib.rs @@ -230,12 +230,9 @@ pub async fn run( let mut source_subnets = generate_source_subnets(args.local_key_seed, args.nb_subnets)?; info!("Generated source subnets: {source_subnets:#?}"); - info!("Target hosts: {:?}", args.target_hosts); - info!("Target subnets: {:?}", args.target_subnets); - // Target subnets (randomly assigned to every generated certificate) let target_subnet_ids: Vec = args - .target_hosts + .target_subnets .iter() .flat_map(|id| { id.iter().map(|id| {