Fix minor typo in log message

This commit is contained in:
Badlop 2010-08-06 11:08:19 +02:00
parent 80610e62f8
commit 75d8d8a43e
1 changed files with 1 additions and 1 deletions

View File

@ -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.