* src/ejabberd_app.erl: Bugfix

SVN Revision: 196
This commit is contained in:
Alexey Shchepin 2004-01-06 12:03:39 +00:00
parent 5d7f5c3a79
commit 7f9b7e64c3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-01-06 Alexey Shchepin <alexey@sevcom.net>
* src/ejabberd_app.erl: Bugfix
2004-01-03 Alexey Shchepin <alexey@sevcom.net>
* src/ejabberd_router.erl (do_route/3): Slightly changed behaviour

View File

@ -53,7 +53,7 @@ init() ->
%error_logger:logfile({open, ?LOG_PATH}),
LogPath = case os:getenv("EJABBERD_LOG_PATH") of
false ->
".";
?LOG_PATH;
Path ->
Path
end,