Merge branch 'dev'

This commit is contained in:
Ery Lee 2015-04-17 01:48:23 +08:00
commit a5e090a8a4
1 changed files with 1 additions and 1 deletions

View File

@ -120,8 +120,8 @@ copy_table(Table) ->
%% @end
%%------------------------------------------------------------------------------
wait_for_tables() ->
lager:info("local_tables: ~p", [mnesia:system_info(local_tables)]),
%%TODO: is not right?
%%lager:info("local_tables: ~p", [mnesia:system_info(local_tables)]),
mnesia:wait_for_tables(mnesia:system_info(local_tables), infinity).
%%------------------------------------------------------------------------------