mirror of
https://github.com/nmap/nmap.git
synced 2026-01-06 22:49:02 +00:00
more stdnse.print_debug -> stdnse.debug
Manual corrections.
This commit is contained in:
@@ -36,9 +36,7 @@ categories = {"safe", "discovery"}
|
||||
|
||||
prerule = function()
|
||||
if not stdnse.get_script_args("resolveall.hosts") then
|
||||
stdnse.print_debug(3,
|
||||
"Skipping '%s' %s, 'resolveall.hosts' argument is missing.",
|
||||
SCRIPT_NAME, SCRIPT_TYPE)
|
||||
stdnse.debug3("Skipping '%s' %s, 'resolveall.hosts' argument is missing.", SCRIPT_NAME, SCRIPT_TYPE)
|
||||
return false
|
||||
end
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user