diff --git a/aggregator_server/aggregator_server.cpp b/aggregator_server/aggregator_server.cpp index 60c35e8f..09f44e95 100644 --- a/aggregator_server/aggregator_server.cpp +++ b/aggregator_server/aggregator_server.cpp @@ -294,7 +294,7 @@ class aggregator_server final : public zecale_proto::Aggregator::Service libzecale::ZECALE_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"); diff --git a/libzecale/circuits/pairing/mnt_weierstrass_quadruple_miller_loop.tcc b/libzecale/circuits/pairing/mnt_weierstrass_quadruple_miller_loop.tcc index 3008eee4..b99f50f5 100644 --- a/libzecale/circuits/pairing/mnt_weierstrass_quadruple_miller_loop.tcc +++ b/libzecale/circuits/pairing/mnt_weierstrass_quadruple_miller_loop.tcc @@ -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__ \ No newline at end of file +#endif // __ZECALE_CIRCUITS_PAIRING_MNT_WEIERSTRASS_QUADRUPLE_MILLER_LOOP_TCC__