mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fix ifid mispelling
This commit is contained in:
parent
228a129166
commit
e1dd9f9c5c
2 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ interface.select(getSystemInterfaceId())
|
|||
local script = user_scripts.loadModule(getSystemInterfaceId(), script_type, subdir, script_key)
|
||||
|
||||
if(script == nil) then
|
||||
traceError(TRACE_ERROR, TRACE_CONSOLE, "Unkown user script: " .. script_key)
|
||||
traceError(TRACE_ERROR, TRACE_CONSOLE, "Unknown user script: " .. script_key)
|
||||
return
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue