From 5fee541da7dc9709129ef537c700fda61c88eacd Mon Sep 17 00:00:00 2001 From: batrick Date: Sun, 3 Aug 2014 01:18:13 +0000 Subject: [PATCH] typo --- scripts/ipv6-ra-flood.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ipv6-ra-flood.nse b/scripts/ipv6-ra-flood.nse index 222bc6940..b1672b214 100644 --- a/scripts/ipv6-ra-flood.nse +++ b/scripts/ipv6-ra-flood.nse @@ -126,7 +126,7 @@ end --- Broadcasting on the selected interface -- @param iface table containing interface information local function broadcast_on_interface(iface) - stdnse.print_verbose1("Starting on interface " .. iface) + stdnse.verbose1("Starting on interface " .. iface) -- packet counter local counter = 0