mirror of
https://github.com/correl/rebar.git
synced 2025-04-07 13:01:08 -09:00
Log a more descriptive message
This commit is contained in:
parent
172bc8fb32
commit
1dcf0d15dc
1 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,8 @@ process_commands([Command | Rest], ParentConfig) ->
|
||||||
case erlang:get(operations) of
|
case erlang:get(operations) of
|
||||||
Operations ->
|
Operations ->
|
||||||
%% This command didn't do anything
|
%% This command didn't do anything
|
||||||
?CONSOLE("Command '~p' not understood\n", [Command]);
|
?CONSOLE("Command '~p' not understood or not applicable~n",
|
||||||
|
[Command]);
|
||||||
_ ->
|
_ ->
|
||||||
ok
|
ok
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Add table
Reference in a new issue