mirror of
https://github.com/correl/rebar.git
synced 2025-04-03 09:19:02 -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
|
||||
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…
Add table
Reference in a new issue