diff options
Diffstat (limited to 'src/ejabberd_app.erl')
-rw-r--r-- | src/ejabberd_app.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ejabberd_app.erl b/src/ejabberd_app.erl index 5f385586e..954cbb44d 100644 --- a/src/ejabberd_app.erl +++ b/src/ejabberd_app.erl @@ -163,7 +163,7 @@ connect_nodes() -> end. %% @spec () -> string() -%% Returns the full path to the ejabberd log file. +%% @doc Returns the full path to the ejabberd log file. %% It first checks for application configuration parameter 'log_path'. %% If not defined it checks the environment variable EJABBERD_LOG_PATH. %% And if that one is neither defined, returns the default value: |