mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
more stdnse.print_debug -> stdnse.debug
Manual corrections.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user