mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_http: Improve message for missing 'route'
This was the late night early draft text, thought I had amended this but apparently I forgot.
This commit is contained in:
parent
19eb907613
commit
4ed5700a19
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue