Skip to content

Commit 806658d

Browse files
committed
add space after colon in commnet test=develop
1 parent 4d13434 commit 806658d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paddle/fluid/operators/distributed/rpc_server.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ void RPCServer::RegisterRPC(const std::string& rpc_name,
111111

112112
static int cond = -1;
113113
rpc_cond_map_[rpc_name] = ++cond;
114-
VLOG(3) << "RegisterRPC rpc_name:" << rpc_name << ", handler:" << handler
115-
<< ", cond:" << rpc_cond_map_[rpc_name];
114+
VLOG(3) << "RegisterRPC rpc_name: " << rpc_name << ", handler: " << handler
115+
<< ", cond: " << rpc_cond_map_[rpc_name];
116116
}
117117

118118
void RPCServer::SetCond(const std::string& rpc_name) {

0 commit comments

Comments
 (0)