mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Added more logs in case of linting failure
This commit is contained in:
parent
89659cd7cf
commit
e31446c384
1 changed files with 4 additions and 0 deletions
|
|
@ -3016,6 +3016,10 @@ local function validateParameter(k, v)
|
|||
else
|
||||
if (trace_failures) then
|
||||
error("[LINT] Validation error: Unknown key '" .. k .. "' [" .. tostring(v) .. "]: missing validation perhaps?\n")
|
||||
tprint("POST: ")
|
||||
tprint(_POST)
|
||||
tprint("GET: ")
|
||||
tprint(_GET)
|
||||
end
|
||||
return false, nil
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue