mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Make a verbose print into a debug, as it doesn't really matter
This commit is contained in:
parent
9265246a82
commit
3ef92480df
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue