One more space

This commit is contained in:
Robin Wood
2025-07-08 21:16:26 +01:00
committed by GitHub
parent ec5443438f
commit f5fd7cb2c7

View File

@ -6167,7 +6167,7 @@ sub_quic() {
wait_kill $! $QUIC_WAIT
if [[ $? -ne 0 ]]; then
if [[ -n "$PROXY" ]]; then
proxy_hint_str="(tried directly, is not proxyable):"
proxy_hint_str="(tried directly, is not proxyable): "
fi
outln "${proxy_hint_str}not offered or timed out"
fileout "$jsonID" "INFO" "$proxy_hint_str not offered"