aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2015-03-23 14:05:55 +0000
committerMatthew Wild <mwild1@gmail.com>2015-03-23 14:05:55 +0000
commite718a80a5b2acc3c0d3660a3b45f87941146f0b9 (patch)
tree3deb82b8ac4f9898ab821678e36a3848f3e3a2db /plugins
parent7c8cc6aa134e6b58bc1cf0f4bfd143a405e12d67 (diff)
parent9f9a4c8e6c42bfa5b338c2a7d4c43c618f79e917 (diff)
downloadprosody-e718a80a5b2acc3c0d3660a3b45f87941146f0b9.tar.gz
prosody-e718a80a5b2acc3c0d3660a3b45f87941146f0b9.zip
Merge with Zash
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mod_http.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mod_http.lua b/plugins/mod_http.lua
index 86689aff..610ae0ae 100644
--- a/plugins/mod_http.lua
+++ b/plugins/mod_http.lua
@@ -102,6 +102,7 @@ function module.add_host(module)
end
if not app_handlers[event_name] then
app_handlers[event_name] = handler;
+ module:log("debug", "Adding app '%s' to handle %s", app_name, event_name);
module:hook_object_event(server, event_name, handler);
else
module:log("warn", "App %s added handler twice for '%s', ignoring", app_name, event_name);