From 5769befc4faa191c8561e1bcadb4632d8b238ce0 Mon Sep 17 00:00:00 2001 From: Roman Walch <9820846+rw0x0@users.noreply.github.com> Date: Mon, 13 Jan 2025 13:54:06 +0100 Subject: [PATCH] . --- iris-mpc-gpu/tests/threshold.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iris-mpc-gpu/tests/threshold.rs b/iris-mpc-gpu/tests/threshold.rs index ef2478184..c1fbd5cf1 100644 --- a/iris-mpc-gpu/tests/threshold.rs +++ b/iris-mpc-gpu/tests/threshold.rs @@ -215,7 +215,7 @@ mod threshold_test { for (i, (r, r_)) in izip!(&result, &real_result).enumerate() { if r != r_ { correct = false; - tracing::info!("id: {}, Test failed on index: {}: {} != {}", id, i, r, r_); + tracing::error!("id: {}, Test failed on index: {}: {} != {}", id, i, r, r_); break; } }