From a9e963efb240d58e40b8b713501a47a552264366 Mon Sep 17 00:00:00 2001 From: djalal Date: Wed, 21 Mar 2012 10:41:52 +0000 Subject: [PATCH] [NSE] add a missing string format. --- scripts/http-drupal-users-enum.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/http-drupal-users-enum.nse b/scripts/http-drupal-users-enum.nse index 7e38f10b4..981906f01 100644 --- a/scripts/http-drupal-users-enum.nse +++ b/scripts/http-drupal-users-enum.nse @@ -58,7 +58,7 @@ action = function(host, port) -- send requests local pipeline_responses = http.pipeline_go(host, port, allrequests) if not pipeline_responses then - stdnse.print_debug(1, "No answers from pipelined requests", SCRIPT_NAME) + stdnse.print_debug(1, "%s: No answers from pipelined requests", SCRIPT_NAME) return nil end