mirror of
https://github.com/nmap/nmap.git
synced 2026-06-09 17:22:26 +00:00
debug6 -> debug5
This commit is contained in:
parent
aeb5908481
commit
6e3bde5de5
1 changed files with 2 additions and 2 deletions
|
|
@ -722,10 +722,10 @@ function analyse_response( tracking, ip, response, data )
|
|||
end
|
||||
|
||||
-- DEBUG
|
||||
stdnse.debug6("%s %s Fields captured :", ip, this_db )
|
||||
stdnse.debug5("%s %s Fields captured :", ip, this_db )
|
||||
for ob, t in pairs( data[this_db] ) do
|
||||
for fieldname, fieldvalue in pairs( t ) do
|
||||
stdnse.debug6("%s %s %s.%s %s.", ip, this_db, ob, fieldname, fieldvalue )
|
||||
stdnse.debug5("%s %s %s.%s %s.", ip, this_db, ob, fieldname, fieldvalue )
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue