mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-26 16:26:24 +01:00
Fix minor typo in log message
This commit is contained in:
parent
80610e62f8
commit
75d8d8a43e
@ -202,7 +202,7 @@ ensure_localhost_is_first(Hosts) ->
|
|||||||
["localhost" | lists:delete("localhost", Hosts)];
|
["localhost" | lists:delete("localhost", Hosts)];
|
||||||
false ->
|
false ->
|
||||||
?INFO_MSG("ejabberd added the default virtual host \"localhost\""
|
?INFO_MSG("ejabberd added the default virtual host \"localhost\""
|
||||||
"to the list of hosts.", []),
|
" to the list of hosts.", []),
|
||||||
["localhost" | Hosts]
|
["localhost" | Hosts]
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user