Removed an erroneous argument to a print_debug statement.

This commit is contained in:
jah 2008-11-14 20:57:45 +00:00
parent 57394b4673
commit 17595d5f03

View file

@ -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