mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
configmanager: Update error message to say 'VirtualHost' instead of 'Host'
This commit is contained in:
parent
5cb8d55857
commit
c482490bff
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ do
|
|||
name = prepped_name;
|
||||
if rawget(config_table, name) and rawget(config_table[name], "defined")
|
||||
and not rawget(config_table[name], "component_module") then
|
||||
error(format("Component %q clashes with previously defined Host %q, for services use a sub-domain like conference.%s",
|
||||
error(format("Component %q clashes with previously defined VirtualHost %q, for services use a sub-domain like conference.%s",
|
||||
name, name, name), 0);
|
||||
end
|
||||
set(config_table, name, "component_module", "component");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue