pull/36709/head
AJ Heller 10 months ago
parent 4b360e4690
commit b294fe17da
  1. 2
      src/core/lib/event_engine/windows/windows_engine.cc

@ -361,7 +361,7 @@ void WindowsEventEngine::OnConnectCompleted(
}
if (erased_handles != 1 || !Cancel(state->timer_handle())) {
GRPC_EVENT_ENGINE_TRACE(
"Not accepting connection since the deadline timer has fired");
"%s", "Not accepting connection since the deadline timer has fired");
return;
}
// Release refs held by the deadline timer.

Loading…
Cancel
Save