mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 14:11:29 +00:00
nselib stdnse.print_debug -> stdnse.debug
Manual fixes.
This commit is contained in:
@@ -191,7 +191,7 @@ local function d3(str,...)
|
||||
if nmap.debugging() > 2 then dbg(str, ...) end
|
||||
end
|
||||
|
||||
--local dbg =stdnse.print_debug
|
||||
--local dbg =stdnse.debug
|
||||
local function dbg_err(str,...)
|
||||
stdnse.debug1("json-ERR:"..str, ...)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user