mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Reduce string size to avoid cutting the value
This commit is contained in:
parent
7fe30d6f34
commit
d16c1ad39c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue