From de5409c7d3cb0f4c791a253efd04e5914fcbad7b Mon Sep 17 00:00:00 2001
From: Bebbo <bartolomeo.mueller@stud.h-da.de>
Date: Tue, 31 Dec 2024 12:26:25 +0100
Subject: [PATCH] oops

---
 .../emulation-exp/code/cquiche_s_timer/src/main.rs             | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 73f3ff2b8..8174fe616 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;
             }
         }
 
-- 
GitLab