Selaa lähdekoodia

Log a more descriptive message

pull/3/head
Tuncer Ayaz 14 vuotta sitten
vanhempi
commit
1dcf0d15dc
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. +2
    -1
      src/rebar_core.erl

+ 2
- 1
src/rebar_core.erl Näytä tiedosto

@ -85,7 +85,8 @@ process_commands([Command | Rest], ParentConfig) ->
case erlang:get(operations) of
Operations ->
%% This command didn't do anything
?CONSOLE("Command '~p' not understood\n", [Command]);
?CONSOLE("Command '~p' not understood or not applicable~n",
[Command]);
_ ->
ok
end,

Ladataan…
Peruuta
Tallenna