mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 12:41:29 +00:00
stdnse.print_debug -> stdnse.debug1
sed -i 's/stdnse.print_debug("%s: \([^"]*\)", SCRIPT_NAME/stdnse.debug1("\1"/' *.nse
This commit is contained in:
@@ -125,7 +125,7 @@ function action(host, port)
|
||||
-- Do the requests.
|
||||
replies = http.pipeline_go(host, port, pl_requests)
|
||||
if replies == nil then
|
||||
stdnse.print_debug("%s: pipeline_go() error. Aborting.", SCRIPT_NAME)
|
||||
stdnse.debug1("pipeline_go() error. Aborting.")
|
||||
return nil
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user