Log a more descriptive message

This commit is contained in:
Tuncer Ayaz 2011-08-23 18:54:05 +02:00
parent 172bc8fb32
commit 1dcf0d15dc

View file

@ -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,