From 4ed5700a1910ee95897b0df3b2f1e5eaf0343b6e Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Tue, 23 Feb 2021 16:07:41 +0100 Subject: mod_http: Improve message for missing 'route' This was the late night early draft text, thought I had amended this but apparently I forgot. --- plugins/mod_http.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3