From 75d8d8a43eb93db80b00fff7a4d8092ca2dcafd5 Mon Sep 17 00:00:00 2001 From: Badlop Date: Fri, 6 Aug 2010 11:08:19 +0200 Subject: [PATCH] Fix minor typo in log message --- src/ejabberd_config.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.