mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
stdnse.print_debug -> stdnse.debug1
$ sed -i 's/stdnse.print_debug(1, "%s: \([^"]*\)", SCRIPT_NAME/stdnse.debug1("\1"/' *.nse
This commit is contained in:
parent
b7485a6e7f
commit
5161b8642a
46 changed files with 140 additions and 140 deletions
|
|
@ -60,7 +60,7 @@ action = function(host, port)
|
|||
-- send requests
|
||||
local pipeline_responses = http.pipeline_go(host, port, allrequests)
|
||||
if not pipeline_responses then
|
||||
stdnse.print_debug(1, "%s: No answers from pipelined requests", SCRIPT_NAME)
|
||||
stdnse.debug1("No answers from pipelined requests")
|
||||
return nil
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue