aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2010-08-06 11:08:19 +0200
committerBadlop <badlop@process-one.net>2010-08-06 11:08:19 +0200
commit75d8d8a43eb93db80b00fff7a4d8092ca2dcafd5 (patch)
tree0ef222184385e0e41141fed7b6815c45ef158715
parentRequire the latest exmpp version released (diff)
Fix minor typo in log message
-rw-r--r--src/ejabberd_config.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ejabberd_config.erl b/src/ejabberd_config.erl
index 76e69c4d2..582bdc3d2 100644
--- a/src/ejabberd_config.erl
+++ b/src/ejabberd_config.erl
@@ -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.