Skip to content

Commit

Permalink
update logging
Browse files Browse the repository at this point in the history
  • Loading branch information
QinbinLi committed Mar 11, 2023
1 parent 42eaec0 commit b88ffc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FedTree/FL/distributed_party.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ void DistributedParty::GetNoises() {
comm_size += san.ByteSizeLong() * 1e-6;
LOG(DEBUG)<<"communication Noises end";
if (status.ok()) {
LOG(INFO) << "GetNoises from server";
LOG(DEBUG) << "GetNoises from server";
}
else {
LOG(ERROR) << "GetNoises rpc failed";
Expand Down

0 comments on commit b88ffc4

Please sign in to comment.