mirror of
https://github.com/nmap/nmap.git
synced 2025-12-29 02:49:01 +00:00
nselib stdnse.print_debug -> stdnse.debug
Manual fixes.
This commit is contained in:
@@ -385,7 +385,7 @@ SERVICES = {
|
||||
|
||||
if ( octet1 ~= 127 ) then
|
||||
-- This shouldn't happen :P
|
||||
stdnse.print_debug(
|
||||
stdnse.debug1(
|
||||
"The request made to dnsbl.httpbl.org was considered invalid (%i)",
|
||||
octet1)
|
||||
elseif ( "short" == self.mode ) then
|
||||
|
||||
Reference in New Issue
Block a user