From 3ef92480dfbfb76c4305293d929f4c782d856ba6 Mon Sep 17 00:00:00 2001 From: dmiller Date: Thu, 8 Mar 2018 17:25:15 +0000 Subject: [PATCH] Make a verbose print into a debug, as it doesn't really matter --- scripts/tls-alpn.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tls-alpn.nse b/scripts/tls-alpn.nse index 8ffcb5180..307e1572c 100644 --- a/scripts/tls-alpn.nse +++ b/scripts/tls-alpn.nse @@ -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