mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fixed typo
This commit is contained in:
parent
ac90e492a0
commit
704d4c31fe
2 changed files with 2 additions and 2 deletions
|
|
@ -68,7 +68,7 @@ local function parse_lists_from_dir(where)
|
|||
local j = json.decode(content)
|
||||
|
||||
if(j == nil) then
|
||||
traceError(TRACE_WARNING, TRACE_CONSOLE, "Skipping invalid list "..path..": parse error")
|
||||
traceError(TRACE_WARNING, TRACE_CONSOLE, "Skipping invalid list "..path..": parse error")
|
||||
else
|
||||
-- Fix glitches
|
||||
local skip = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue