mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
stdnse.print_verbose -> stdnse.verbose1
$ sed -i 's/stdnse.print_verbose( *\([0-9]*\) *, *" *%s *:* *\([^"]*\)" *, *SCRIPT_NAME/stdnse.verbose\1("\2"/' *.nse
$ sed -i 's/stdnse.print_verbose( *" *%s *:* *\([^"]*\)" *, *SCRIPT_NAME/stdnse.verbose1("\1"/' *.nse
and some manual corrections.
This commit is contained in:
@@ -126,7 +126,7 @@ end
|
||||
--- Broadcasting on the selected interface
|
||||
-- @param iface table containing interface information
|
||||
local function broadcast_on_interface(iface)
|
||||
stdnse.print_verbose("Starting " .. SCRIPT_NAME .. " on interface " .. iface)
|
||||
stdnse.print_verbose1("Starting on interface " .. iface)
|
||||
|
||||
-- packet counter
|
||||
local counter = 0
|
||||
|
||||
Reference in New Issue
Block a user