Skip to content

Commit 029425a

Browse files
committed
update
1 parent c1ab215 commit 029425a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/operators/distributed/grpc_client.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ void GRPCClient::InitEventLoop() {
3737

3838
void GRPCClient::SendBeginPass() {
3939
for (auto& it : channels_) {
40-
VLOG(3) << "send begin pass to: " it.first;
40+
VLOG(3) << "send begin pass to: " << it.first;
4141
this->AsyncSendBeginPass(it.first);
4242
}
4343
}

0 commit comments

Comments
 (0)