mirror of
https://github.com/nmap/nmap.git
synced 2025-12-26 17:39:03 +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:
@@ -89,7 +89,7 @@ action = function(host, port)
|
||||
|
||||
local res, res404, known404 = http.identify_404(host, port)
|
||||
if not res then
|
||||
stdnse.print_debug("%s: Can't identify 404 pages", SCRIPT_NAME)
|
||||
stdnse.debug1("Can't identify 404 pages")
|
||||
return nil
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user