Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JunchaoChen committed Jan 15, 2024
2 parents 3f1bcf3 + 24c5432 commit 5601a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/networkstrate/consensus_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ int ConsensusManager::ProcessHeartBeat(std::unique_ptr<Context> context,
return -1;
}

LOG(INFO) << "receive public size:" << hb_info.public_keys().size()
LOG(ERROR) << "receive public size:" << hb_info.public_keys().size()
<< " primary:" << hb_info.primary()
<< " version:" << hb_info.version()
<< " from region:" << request->region_info().region_id();
Expand Down

0 comments on commit 5601a1e

Please sign in to comment.