Merge branch 'master' into rabbitmq-server-505
This commit is contained in:
commit
a256f447a0
|
|
@ -766,11 +766,7 @@ control_action(Config, Command, Args, NewOpts) ->
|
||||||
expand_options(default_options(), NewOpts)).
|
expand_options(default_options(), NewOpts)).
|
||||||
|
|
||||||
control_action(_Config, Command, Node, Args, Opts) ->
|
control_action(_Config, Command, Node, Args, Opts) ->
|
||||||
case catch rabbit_control_main:action(
|
case rabbit_control_helper:command(Command, Node, Args, Opts) of
|
||||||
Command, Node, Args, Opts,
|
|
||||||
fun (Format, Args1) ->
|
|
||||||
io:format(Format ++ " ...~n", Args1)
|
|
||||||
end) of
|
|
||||||
ok ->
|
ok ->
|
||||||
io:format("done.~n"),
|
io:format("done.~n"),
|
||||||
ok;
|
ok;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue