plugins/mod_http.lua
changeset 11404 19a59cb7311e
parent 11403 d5d895313be2
child 11412 1b6298e7b550
--- a/plugins/mod_http.lua	Sun Feb 21 01:00:00 2021 +0100
+++ b/plugins/mod_http.lua	Tue Feb 23 16:07:41 2021 +0100
@@ -162,7 +162,7 @@
 
 		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