revert-12383-port_py3_syntax
Yancey1989 7 years ago
parent c1ab215e26
commit 029425a5f4

@ -37,7 +37,7 @@ void GRPCClient::InitEventLoop() {
void GRPCClient::SendBeginPass() {
for (auto& it : channels_) {
VLOG(3) << "send begin pass to: " it.first;
VLOG(3) << "send begin pass to: " << it.first;
this->AsyncSendBeginPass(it.first);
}
}

Loading…
Cancel
Save