mirror of
https://github.com/nmap/nmap.git
synced 2026-07-11 18:55:08 +00:00
Removed an erroneous argument to a print_debug statement.
This commit is contained in:
parent
57394b4673
commit
17595d5f03
1 changed files with 1 additions and 1 deletions
|
|
@ -341,7 +341,7 @@ function check_response_cache( ip )
|
|||
-- record found in cache
|
||||
return true, nil
|
||||
else
|
||||
stdnse.print_debug( 1, "%s %s Error in check_response_cache: %s.", filename, ip, err )
|
||||
stdnse.print_debug( 1, "%s %s Error in check_response_cache: Empty Cache Entry was found.", filename, ip )
|
||||
end
|
||||
|
||||
return false, nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue