mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 06:01:28 +00:00
Replace some deprecated print_verbose with verbose1 calls
This commit is contained in:
@@ -236,7 +236,7 @@ action = function(host, port)
|
||||
-- release hell...
|
||||
local pipeline_returns = http.pipeline_go(host, port, all)
|
||||
if not pipeline_returns then
|
||||
stdnse.print_verbose(1,"got no answers from pipelined queries")
|
||||
stdnse.verbose1("got no answers from pipelined queries")
|
||||
return nil
|
||||
end
|
||||
local response = {}
|
||||
|
||||
Reference in New Issue
Block a user