diff options
author | Matthew Wild <mwild1@gmail.com> | 2015-03-24 13:41:18 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2015-03-24 13:41:18 +0000 |
commit | 0cbc9ecbecd3caf2bab74dd77abab53ca77691f6 (patch) | |
tree | e4fca8b30e86975bf10ef581f281c91603e7eed8 /plugins | |
parent | c166ec17c2c8bf911877b5810de2555a50afe3ef (diff) | |
parent | 45e1b4d1da5e5c9825e23368d8de92c4c5c390de (diff) | |
download | prosody-0cbc9ecbecd3caf2bab74dd77abab53ca77691f6.tar.gz prosody-0cbc9ecbecd3caf2bab74dd77abab53ca77691f6.zip |
Merge 0.10->trunk
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mod_http.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/mod_http.lua b/plugins/mod_http.lua index 76ee151b..8bda1cac 100644 --- a/plugins/mod_http.lua +++ b/plugins/mod_http.lua @@ -84,7 +84,6 @@ function module.add_host(module) local app_name = event.item.name; local default_app_path = event.item.default_path or "/"..app_name; local app_path = get_base_path(module, app_name, default_app_path); - module:log("debug", "Serving '%s' at %s", app_name, module:http_url(app_name, app_path)); if not app_name then -- TODO: Link to docs module:log("error", "HTTP app has no 'name', add one or use module:provides('http', app)"); |