aboutsummaryrefslogtreecommitdiff
path: root/src/configure.erl
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2013-05-28 00:12:00 +1000
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2013-05-28 00:12:00 +1000
commite4ec23919de96f034190253c8cef50f2f02c0b3a (patch)
tree2733981d8189047ffb47dc47adc072e5240e0e7e /src/configure.erl
parentMerge branch '3.0.x' of github.com:processone/maincustomers into 3.0.x (diff)
parentImprove applications startup (diff)
Merge branch 'rebar' into 3.0.xv3.0.0-P004
Diffstat (limited to 'src/configure.erl')
-rw-r--r--src/configure.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configure.erl b/src/configure.erl
index 87b7bc208..6f0b1dd4e 100644
--- a/src/configure.erl
+++ b/src/configure.erl
@@ -30,6 +30,7 @@
-export([start/0]).
-include("ejabberd.hrl").
+-include("logger.hrl").
start() ->
Static = case os:getenv("arg") of