Skip to content

Commit

Permalink
Log bytes on the sender side
Browse files Browse the repository at this point in the history
  • Loading branch information
akoshelev committed Jun 15, 2024
1 parent 2d4cd58 commit 2f28cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipa-core/src/cli/playbook/ipa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ where
)
}

tracing::info!("Starting query for OPRF, sending {} bytes towards each helper", buffers[0].len());
let inputs = buffers.map(BodyStream::from);
tracing::info!("Starting query for OPRF");

run_query_and_validate::<HV>(inputs, query_size, clients, query_id, query_config).await
}
Expand Down

0 comments on commit 2f28cef

Please sign in to comment.