Unverified Commit 989cc12d authored by SeongJun Lee's avatar SeongJun Lee Committed by GitHub
Browse files

[Fix] Add missing space in IP fallback warning (#40359)


Signed-off-by: default avatarlesj0610 <lesj0610@gmail.com>
parent 301024aa
...@@ -64,7 +64,7 @@ def get_ip() -> str: ...@@ -64,7 +64,7 @@ def get_ip() -> str:
pass pass
warnings.warn( warnings.warn(
"Failed to get the IP address, using 0.0.0.0 by default." "Failed to get the IP address, using 0.0.0.0 by default. "
"The value can be set by the environment variable" "The value can be set by the environment variable"
" VLLM_HOST_IP or HOST_IP.", " VLLM_HOST_IP or HOST_IP.",
stacklevel=2, stacklevel=2,
......
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