mirror of
https://github.com/nmap/nmap.git
synced 2026-02-13 00:46:32 +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:
@@ -196,7 +196,7 @@ execute arbitrary code.]],
|
||||
|
||||
local status, err = check_proftpd(ftp_opts)
|
||||
if not status then
|
||||
stdnse.print_debug(1, "%s: %s", SCRIPT_NAME, err)
|
||||
stdnse.debug1("%s", err)
|
||||
return nil
|
||||
end
|
||||
return report:make_output(ftp_opts.vuln)
|
||||
|
||||
Reference in New Issue
Block a user