mirror of
https://github.com/nmap/nmap.git
synced 2025-12-27 18:09:01 +00:00
Removed an erroneous argument to a print_debug statement.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user