mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
more stdnse.print_debug -> stdnse.debug
Manual corrections.
This commit is contained in:
parent
6e3bde5de5
commit
91a106e7d5
26 changed files with 80 additions and 209 deletions
|
|
@ -56,8 +56,7 @@ action = function(host, port)
|
|||
|
||||
if not response or not response.status or response.status ~= 200 or
|
||||
not response.body then
|
||||
stdnse.print_debug(1, "%s: Failed to retrieve file: %s",
|
||||
SCRIPT_NAME, path)
|
||||
stdnse.debug1("Failed to retrieve file: %s", path)
|
||||
return
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue