mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00: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
|
||||
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,
|
||||
|
|
Loading…
Reference in a new issue