aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/mod_http.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_http.lua b/plugins/mod_http.lua
index 43d65b38..8701016e 100644
--- a/plugins/mod_http.lua
+++ b/plugins/mod_http.lua
@@ -162,7 +162,7 @@ function module.add_host(module)
if not event.item.route then
-- TODO: Link to docs
- module:log("error", "HTTP app %q provides no 'route', a typo or mistake?", app_name);
+ module:log("error", "HTTP app %q provides no 'route', add one to handle HTTP requests", app_name);
return;
end