[misc] update the warning message (#25566)

Signed-off-by: youkaichao <youkaichao@gmail.com>
Signed-off-by: yewentao256 <zhyanwentao@126.com>
This commit is contained in:
youkaichao 2025-09-24 17:24:35 +08:00 committed by yewentao256
parent d1e2d17b57
commit 54174c67f8

View File

@ -392,7 +392,8 @@ class MessageQueue:
> VLLM_RINGBUFFER_WARNING_INTERVAL * n_warning):
logger.debug(
("No available shared memory broadcast block found"
" in %s second."),
" in %s seconds. This typically happens when some"
" processes are hanging."),
VLLM_RINGBUFFER_WARNING_INTERVAL,
)
n_warning += 1
@ -455,7 +456,8 @@ class MessageQueue:
> VLLM_RINGBUFFER_WARNING_INTERVAL * n_warning):
logger.debug(
("No available shared memory broadcast block found"
" in %s second."),
" in %s seconds. This typically happens when some"
" processes are hanging."),
VLLM_RINGBUFFER_WARNING_INTERVAL,
)
n_warning += 1