1
0
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:
dmiller
2016-01-04 16:48:08 +00:00
parent f405d71296
commit 226a05af31
3 changed files with 4 additions and 4 deletions

View File

@@ -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 = {}