mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +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:
parent
c95e5d797b
commit
c0f8979b01
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue