running_nodes

This commit is contained in:
Feng Lee 2015-07-30 00:15:40 +08:00
parent d52dcd94d5
commit 0cef1a3096
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ status([]) ->
%% @end %% @end
%%------------------------------------------------------------------------------ %%------------------------------------------------------------------------------
cluster([]) -> cluster([]) ->
Nodes = [node()|nodes()], Nodes = emqttd_broker:running_nodes(),
?PRINT("cluster nodes: ~p~n", [Nodes]); ?PRINT("cluster nodes: ~p~n", [Nodes]);
cluster([SNode]) -> cluster([SNode]) ->