config file is not found.
SVN Revision: 974
+2007-11-22 Mickael Remond <mremond@process-one.net>
+
+ * src/ejabberd_config.erl: Improved error message when ejabberd
+ config file is not found.
+
2007-11-16 Christophe Romain <christophe.romain@process-one.net>
* src/ejabberd_auth_internal.erl: Better count management and
set_opts(Res);
{error, Reason} ->
?ERROR_MSG("Can't load config file ~p: ~p", [File, Reason]),
- exit(file:format_error(Reason))
+ exit(File ++ ": " ++ file:format_error(Reason))
end.
search_hosts(Term, State) ->