From 74e0382621bd0e5dd4c30cc19de014f9c30b91f8 Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Thu, 10 Dec 2009 16:34:38 +0500 Subject: mod_httpserver: Removed a log message. --- plugins/mod_httpserver.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/mod_httpserver.lua b/plugins/mod_httpserver.lua index 426bbf2c..13795484 100644 --- a/plugins/mod_httpserver.lua +++ b/plugins/mod_httpserver.lua @@ -53,7 +53,6 @@ function serve_file(path) f:close(); local ext = path:match("%.([^.]*)$"); local mime = mime_map[ext]; -- Content-Type should be nil when not known - module:log("warn", "ext: %s, mime: %s", ext or "(nil)", mime or "(nil)"); return { headers = { ["Content-Type"] = mime; }; body = data; -- cgit v1.2.3