[Misc] fix this log format not space (#32112)

Signed-off-by: lengrongfu <lenronfu@gmail.com>
This commit is contained in:
rongfu.leng
2026-01-11 21:01:16 +08:00
committed by GitHub
parent a374532111
commit d70249e2e9

View File

@@ -533,7 +533,7 @@ class MPClient(EngineCoreClient):
timeout=VLLM_ENGINE_READY_TIMEOUT_S * 1000 # convert to ms
):
raise TimeoutError(
"Timed out waiting for engines to send"
"Timed out waiting for engines to send "
"initial message on input socket."
)
identity, _ = sync_input_socket.recv_multipart()