mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
* src/ejabberd_app.erl: Bugfix
SVN Revision: 196
This commit is contained in:
parent
5d7f5c3a79
commit
7f9b7e64c3
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user