diff --git a/nselib/http.lua b/nselib/http.lua index a37a03159..e384f5e76 100644 --- a/nselib/http.lua +++ b/nselib/http.lua @@ -1832,7 +1832,7 @@ function pipeline_go(host, port, all_requests) -- Check for an empty request if (#all_requests == 0) then - stdnse.debug1("Warning: empty set of requests passed to http.pipeline()") + stdnse.debug1("Warning: empty set of requests passed to http.pipeline_go()") return responses end