Software /
code /
prosody
Diff
net/http/server.lua @ 6593:828f9f3bdbcf
Merge with Zash
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 23 Mar 2015 14:05:55 +0000 |
parent | 6589:015f2b4e2f9a |
child | 6602:61b6a4fc65f1 |
child | 6604:478308ee29dd |
child | 6607:64e6b88b6b21 |
child | 7579:d430573fe9f8 |
line wrap: on
line diff
--- a/net/http/server.lua Mon Mar 23 14:27:30 2015 +0100 +++ b/net/http/server.lua Mon Mar 23 14:05:55 2015 +0000 @@ -217,7 +217,7 @@ local event = request.method.." "..host..request.path:match("[^?]*"); local payload = { request = request, response = response }; - --log("debug", "Firing event: %s", event); + log("debug", "Firing event: %s", event); local result = events.fire_event(event, payload); if result ~= nil then if result ~= true then