Reduce string size to avoid cutting the value

This commit is contained in:
Alfredo Cardigliano 2025-09-11 11:39:19 +02:00
parent 7fe30d6f34
commit d16c1ad39c

View file

@ -61,7 +61,7 @@ function connectivity_utils.checkConnectivity()
traceError(TRACE_NORMAL, TRACE_CONSOLE, "[CONNECTIVITY CHECK] Result: " .. msg)
else
if(not(success)) then
traceError(TRACE_WARNING, TRACE_CONSOLE, "Connectivity check failed [Used " .. url .. "]")
traceError(TRACE_WARNING, TRACE_CONSOLE, "Connectivity check failed [" .. url .. "]")
end
end