From 1286e5bdd720e28d2c5f84974e453277a9d535fe Mon Sep 17 00:00:00 2001 From: batrick Date: Wed, 4 Apr 2012 03:04:09 +0000 Subject: [PATCH] there is no stdnse.log_error function --- nselib/mongodb.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/mongodb.lua b/nselib/mongodb.lua index 4fa6c8994..428e31507 100644 --- a/nselib/mongodb.lua +++ b/nselib/mongodb.lua @@ -28,7 +28,7 @@ local function dbg(str,...) end --local dbg =stdnse.print_debug -local err =stdnse.log_error +local err =stdnse.print_debug ---------------------------------------------------------------------- -- First of all comes a Bson parsing library. This can easily be moved out into a separate library should other