mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 13:11:28 +00:00
nselib stdnse.print_debug -> stdnse.debug
Manual fixes.
This commit is contained in:
@@ -30,9 +30,9 @@ local arg_DB = stdnse.get_script_args("mongodb.db")
|
||||
local function dbg(str,...)
|
||||
stdnse.debug3("MngoDb:"..str, ...)
|
||||
end
|
||||
--local dbg =stdnse.print_debug
|
||||
--local dbg =stdnse.debug1
|
||||
|
||||
local err =stdnse.print_debug
|
||||
local err =stdnse.debug1
|
||||
|
||||
----------------------------------------------------------------------
|
||||
-- First of all comes a Bson parsing library. This can easily be moved out into a separate library should other
|
||||
|
||||
Reference in New Issue
Block a user