diff --git a/pq-tls-benchmark-framework/emulation-exp/code/cquiche_s_timer/src/main.rs b/pq-tls-benchmark-framework/emulation-exp/code/cquiche_s_timer/src/main.rs index 73f3ff2b89abe4e6312077d5778d653f3b206763..8174fe616b49e3407144fb773c83152dee16ab38 100644 --- a/pq-tls-benchmark-framework/emulation-exp/code/cquiche_s_timer/src/main.rs +++ b/pq-tls-benchmark-framework/emulation-exp/code/cquiche_s_timer/src/main.rs @@ -69,8 +69,9 @@ fn main() { measurements.push(duration); } None => { - info!("Handshake failed"); + eprintln!("Handshake failed"); error_count += 1; + continue; } }