Skip to content

Commit

Permalink
GH-376 Replace cout with ilog
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Jul 23, 2024
1 parent f0246f0 commit 8b65f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/finality_proof.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ namespace finality_proof {
}
}

std::cout << "block num : " << block->block_num() << " : lpfp_sn -> " << last_pending_finalizer_policy_start_num << "\n";
ilog("block num : ${bn} : lpfp_sn -> ${sn}", ("bn", block->block_num())("sn", last_pending_finalizer_policy_start_num));

//process votes and collect / compute the IBC-relevant data
this->process_votes(1, this->num_needed_for_quorum); //enough to reach quorum threshold
Expand Down

0 comments on commit 8b65f7e

Please sign in to comment.