Unverified Commit 68e1ee00 authored by Tyler Michael Smith's avatar Tyler Michael Smith Committed by GitHub
Browse files

[Bugfix][Easy] Fix whitespace in shm_broadcast.py logging (#17635)


Signed-off-by: default avatarTyler Michael Smith <tyler@neuralmagic.com>
parent 2858830c
...@@ -429,7 +429,7 @@ class MessageQueue: ...@@ -429,7 +429,7 @@ class MessageQueue:
> VLLM_RINGBUFFER_WARNING_INTERVAL * n_warning): > VLLM_RINGBUFFER_WARNING_INTERVAL * n_warning):
logger.debug( logger.debug(
("No available shared memory broadcast block found" ("No available shared memory broadcast block found"
"in %s second."), " in %s second."),
VLLM_RINGBUFFER_WARNING_INTERVAL, VLLM_RINGBUFFER_WARNING_INTERVAL,
) )
n_warning += 1 n_warning += 1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment