lowercase

This commit is contained in:
Feng Lee 2015-08-10 22:36:13 +08:00
parent 3e1f8f8158
commit f94755166f
1 changed files with 2 additions and 2 deletions

View File

@ -173,8 +173,8 @@ set_config([{AppName, Envs} | Config]) ->
start_app(App, SuccFun) ->
case application:ensure_all_started(App) of
{ok, Started} ->
lager:info("Started Apps: ~p", [Started]),
lager:info("Load plugin ~p successfully", [App]),
lager:info("started Apps: ~p", [Started]),
lager:info("load plugin ~p successfully", [App]),
SuccFun(App),
{ok, Started};
{error, {ErrApp, Reason}} ->