From 17595d5f03ca61dfe06a488e353bbb2cc7c1c900 Mon Sep 17 00:00:00 2001 From: jah Date: Fri, 14 Nov 2008 20:57:45 +0000 Subject: [PATCH] Removed an erroneous argument to a print_debug statement. --- scripts/whois.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/whois.nse b/scripts/whois.nse index 3d213899f..7222db30a 100644 --- a/scripts/whois.nse +++ b/scripts/whois.nse @@ -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