1
0
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:
batrick
2014-08-03 01:17:09 +00:00
parent ee6622aea4
commit 4b9f1c6766
11 changed files with 49 additions and 52 deletions

View File

@@ -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