Page MenuHomePhorge

No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
diff --git a/apps/egara/src/egara.erl b/apps/egara/src/egara.erl
index 2e4d9fd..3767c8e 100644
--- a/apps/egara/src/egara.erl
+++ b/apps/egara/src/egara.erl
@@ -1,39 +1,39 @@
%% Copyright 2014 Kolab Systems AG (http://www.kolabsys.com)
%%
%% Aaron Seigo (Kolab Systems) <seigo a kolabsys.com>
%%
%% This program is free software: you can redistribute it and/or modify
%% it under the terms of the GNU General Public License as published by
%% the Free Software Foundation, either version 3 of the License, or
%% (at your option) any later version.
%%
%% This program is distributed in the hope that it will be useful,
%% but WITHOUT ANY WARRANTY; without even the implied warranty of
%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
%% GNU General Public License for more details.
%%
%% You should have received a copy of the GNU General Public License
%% along with this program. If not, see <http://www.gnu.org/licenses/>.
-module(egara).
-behaviour(application).
%% Application callbacks
-export([start/0, start/2, stop/1]).
start() -> application:start(egara).
%% ===================================================================
%% Application callbacks
%% ===================================================================
start(_StartType, _StartArgs) ->
- error_logger:info_msg("Starting Egara ... ~n"),
+ lager:info("Starting Egara ..."),
application:set_env(mnesia, dir, "db"),
egara_notification_store:install([node() | nodes()]),
egara_notification_store:start(),
egara_sup:start_link().
stop(_State) ->
ok.

File Metadata

Mime Type
text/x-diff
Expires
Mon, Apr 6, 12:35 AM (6 d, 10 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18831723
Default Alt Text
(1 KB)

Event Timeline