1
0
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:
david
2011-02-01 17:18:12 +00:00
parent c95e5d797b
commit c0f8979b01

View File

@@ -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