Software /
code /
prosody
Changeset
2774:55ec6991c1a8
mod_httpserver: Removed a log message.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Thu, 10 Dec 2009 16:34:38 +0500 |
parents | 2773:591c8ae9ae09 |
children | 2775:72b31799b0cb |
files | plugins/mod_httpserver.lua |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_httpserver.lua Thu Dec 10 16:27:17 2009 +0500 +++ b/plugins/mod_httpserver.lua Thu Dec 10 16:34:38 2009 +0500 @@ -53,7 +53,6 @@ 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;