1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-31 20:09:02 +00:00

Make a verbose print into a debug, as it doesn't really matter

This commit is contained in:
dmiller
2018-03-08 17:25:15 +00:00
parent 9265246a82
commit 3ef92480df

View File

@@ -193,7 +193,7 @@ action = function(host, port)
end
chosen[#chosen+1] = p
if not find_and_remove(alpn_protos, p) then
stdnse.verbose1("Chosen ALPN protocol %s was not offered", p)
stdnse.debug1("Chosen ALPN protocol %s was not offered", p)
if stdnse.contains(chosen, p) then
stdnse.debug1("Server is forcing %s", p)
break