Skip to content

Commit

Permalink
Fixed minor spacing issue in log msg
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineRondelet committed Feb 26, 2021
1 parent d552aa2 commit 0ed4630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aggregator_server/aggregator_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ class aggregator_server final : public zecale_proto::Aggregator::Service
std::array<libzecale::nested_transaction<npp, nsnark>, batch_size>
batch;
const size_t num_entries = app_pool->get_next_batch(batch);
std::cout << "[DEBUG] Got batch of size"
std::cout << "[DEBUG] Got batch of size "
<< std::to_string(num_entries) << " from the pool\n";
if (num_entries == 0) {
throw std::runtime_error("insufficient entries in pool");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -502,4 +502,4 @@ bool test_mnt_e_times_e_times_e_over_e_miller_loop(

} // namespace libzecale

#endif // __ZECALE_CIRCUITS_PAIRING_MNT_WEIERSTRASS_QUADRUPLE_MILLER_LOOP_TCC__
#endif // __ZECALE_CIRCUITS_PAIRING_MNT_WEIERSTRASS_QUADRUPLE_MILLER_LOOP_TCC__

0 comments on commit 0ed4630

Please sign in to comment.