diff options
| author | Emile Joubert <emile@rabbitmq.com> | 2012-10-11 10:20:17 +0100 |
|---|---|---|
| committer | Emile Joubert <emile@rabbitmq.com> | 2012-10-11 10:20:17 +0100 |
| commit | b74d3b85c6bc49fa84f35456c0a1848331ff5784 (patch) | |
| tree | 063f304009fcedb3a113f8fc144da494176a61ad /src | |
| parent | 5b763a50a533201060ec911ee39fe5c0affd06f1 (diff) | |
| download | rabbitmq-server-git-b74d3b85c6bc49fa84f35456c0a1848331ff5784.tar.gz | |
Tidying
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_control_main.erl | 2 | ||||
| -rw-r--r-- | src/rabbit_tests.erl | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/rabbit_control_main.erl b/src/rabbit_control_main.erl index 043041111b..2d99030ba9 100644 --- a/src/rabbit_control_main.erl +++ b/src/rabbit_control_main.erl @@ -464,7 +464,7 @@ action(list_parameters, Node, [], Opts, Inform) -> action(set_policy, Node, [Key, Pattern, Defn | Priority], Opts, Inform) -> VHostArg = list_to_binary(proplists:get_value(?VHOST_OPT, Opts)), - Inform("Setting policy ~p to ~p for pattern ~p", [Key, Defn, Pattern]), + Inform("Setting policy ~p for pattern ~p to ~p", [Key, Pattern, Defn]), rpc_call(Node, rabbit_runtime_parameters, parse_set_policy, [VHostArg, list_to_binary(Key), Pattern, Defn] ++ Priority); diff --git a/src/rabbit_tests.erl b/src/rabbit_tests.erl index 9550a482e1..9dca1a5a26 100644 --- a/src/rabbit_tests.erl +++ b/src/rabbit_tests.erl @@ -1494,7 +1494,6 @@ test_declare_on_dead_queue(SecondaryNode) -> %%--------------------------------------------------------------------- control_action(Command, Args) -> -rabbit_log:info("control args ~p~n", [Args]), control_action(Command, node(), Args, default_options()). control_action(Command, Args, NewOpts) -> |
