mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Adding comments to nmap debug print message
This commit is contained in:
parent
4ce404f214
commit
68fd970ec1
1 changed files with 2 additions and 0 deletions
|
|
@ -888,7 +888,9 @@ end
|
|||
local chosen_scripts = get_chosen_scripts(rules);
|
||||
print_verbose(1, "Loaded %d scripts for scanning.", #chosen_scripts);
|
||||
for i, script in ipairs(chosen_scripts) do
|
||||
-- PLEASE DO NOT CHANGE THIS FORMAT. IT IS USED BY ZENMAP TO SELECT SCRIPTS
|
||||
print_debug(2, "Loaded '%s'.", script.filename);
|
||||
|
||||
end
|
||||
|
||||
-- main(hosts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue