mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +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)];
|
||||
false ->
|
||||
?INFO_MSG("ejabberd added the default virtual host \"localhost\""
|
||||
"to the list of hosts.", []),
|
||||
" to the list of hosts.", []),
|
||||
["localhost" | Hosts]
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user