From 1dcf0d15dcb0b6720a462424f7466220500606d0 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Tue, 23 Aug 2011 18:54:05 +0200 Subject: [PATCH] Log a more descriptive message --- src/rebar_core.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rebar_core.erl b/src/rebar_core.erl index e386c8a..75569b4 100644 --- a/src/rebar_core.erl +++ b/src/rebar_core.erl @@ -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,