Diff

plugins/mod_http.lua @ 6588:93423244dc5b

Merge 0.10->trunk
author Matthew Wild <mwild1@gmail.com>
date Tue, 24 Mar 2015 13:41:18 +0000
parent 6583:93bab6958683
child 6602:61b6a4fc65f1
line wrap: on
line diff
--- a/plugins/mod_http.lua	Tue Feb 24 15:22:34 2015 +0000
+++ b/plugins/mod_http.lua	Tue Mar 24 13:41:18 2015 +0000
@@ -84,7 +84,6 @@
 		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)");