comment io:format
This commit is contained in:
parent
9e0fe19c25
commit
3d8e91bc20
|
@ -119,8 +119,7 @@ copy_table(Table) ->
|
||||||
%% @end
|
%% @end
|
||||||
%%------------------------------------------------------------------------------
|
%%------------------------------------------------------------------------------
|
||||||
wait_for_tables() ->
|
wait_for_tables() ->
|
||||||
%%TODO: is not right?
|
%% io:format("mnesia wait_for_tables: ~p~n", [mnesia:system_info(local_tables)]),
|
||||||
io:format("mnesia wait_for_tables: ~p~n", [mnesia:system_info(local_tables)]),
|
|
||||||
mnesia:wait_for_tables(mnesia:system_info(local_tables), infinity).
|
mnesia:wait_for_tables(mnesia:system_info(local_tables), infinity).
|
||||||
|
|
||||||
%%------------------------------------------------------------------------------
|
%%------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue