mirror of
https://github.com/nmap/nmap.git
synced 2025-12-28 18:39:03 +00:00
Require a verbosity of 2 or higher for "NSE: Starting runlevel 1 (of 2)
scan." messages. (Was 1 or higher.)
This commit is contained in:
@@ -1105,7 +1105,7 @@ local function main (hosts, scantype)
|
||||
end
|
||||
end
|
||||
end
|
||||
print_verbose(1, "Starting runlevel %u (of %u) scan.", runlevel, #runlevels);
|
||||
print_verbose(2, "Starting runlevel %u (of %u) scan.", runlevel, #runlevels);
|
||||
run(wrap(threads_iter), scantype)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user