diff --git a/src/rebar_prv_compile.erl b/src/rebar_prv_compile.erl index 74b2545b..f7adbe4b 100644 --- a/src/rebar_prv_compile.erl +++ b/src/rebar_prv_compile.erl @@ -309,7 +309,7 @@ build_rebar3_apps(DAGs, Apps, State) -> LastDAG = lists:last(DAGs), %% we actually need to compile each DAG one after the other to prevent %% issues where a .yrl file that generates a .erl file gets to be seen. - ?INFO("Analyzing applications", []), + ?INFO("Analyzing applications...", []), [begin {Ctx, ReorderedApps} = rebar_compiler:analyze_all(DAG, Apps), lists:foreach(