Report configuration file location on startup

This commit is contained in:
Evgeniy Khramtsov 2017-04-16 01:02:46 +03:00
parent b6182e6fe8
commit 920f2678ac
1 changed files with 2 additions and 1 deletions

View File

@ -78,7 +78,8 @@ start() ->
end,
State2 = set_option({node_start, global}, UnixTime, State1),
State3 = set_option({shared_key, global}, SharedKey, State2),
set_opts(State3).
set_opts(State3),
?INFO_MSG("Loaded configuration from ~s", [ConfigFile]).
%% When starting ejabberd for testing, we sometimes want to start a
%% subset of hosts from the one define in the config file.