components_sup: More verbosity when starting

This commit is contained in:
Harald Welte 2012-02-02 23:47:29 +01:00
parent d0b28f51c3
commit 36561032eb
1 changed files with 1 additions and 1 deletions

View File

@ -60,6 +60,6 @@ init([USAP, ID]) ->
% start the CCO server as well as a (childless) invocation supervisor
InvSup = gen_inv_sup_child(ID),
Cco = gen_cco_child(USAP, ID),
io:format("~p~n", [InvSup]),
io:format("~p starting InvSup(~p) CCO(~p)~n", [?MODULE, InvSup, Cco]),
{ok,{{one_for_all, 0, 1}, [InvSup, Cco]}}.