From d70249e2e9b15655020efe08f3ef46fd908758aa Mon Sep 17 00:00:00 2001 From: "rongfu.leng" Date: Sun, 11 Jan 2026 21:01:16 +0800 Subject: [PATCH] [Misc] fix this log format not space (#32112) Signed-off-by: lengrongfu --- vllm/v1/engine/core_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm/v1/engine/core_client.py b/vllm/v1/engine/core_client.py index f74e90abc..905d8df4d 100644 --- a/vllm/v1/engine/core_client.py +++ b/vllm/v1/engine/core_client.py @@ -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()