Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
rw0x0 committed Jan 13, 2025
1 parent 4d26e4e commit 5769bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iris-mpc-gpu/tests/threshold.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 5769bef

Please sign in to comment.