mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Report configuration file location on startup
This commit is contained in:
parent
b6182e6fe8
commit
920f2678ac
1 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,8 @@ start() ->
|
||||||
end,
|
end,
|
||||||
State2 = set_option({node_start, global}, UnixTime, State1),
|
State2 = set_option({node_start, global}, UnixTime, State1),
|
||||||
State3 = set_option({shared_key, global}, SharedKey, State2),
|
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
|
%% When starting ejabberd for testing, we sometimes want to start a
|
||||||
%% subset of hosts from the one define in the config file.
|
%% subset of hosts from the one define in the config file.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue