summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-05-19 12:30:16 +0100
committerSimon MacMullen <simon@rabbitmq.com>2011-05-19 12:30:16 +0100
commita776cfe99bc3f582efcfb84a3976b492969a2206 (patch)
tree9c12b5d3b1f0ae0c8501387aeee565e9898ff312 /src
parent81ce58564f293853071ffdee83c6afccddd9009e (diff)
downloadrabbitmq-server-git-a776cfe99bc3f582efcfb84a3976b492969a2206.tar.gz
Rename
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_control.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_control.erl b/src/rabbit_control.erl
index 6966fd04ca..941699690c 100644
--- a/src/rabbit_control.erl
+++ b/src/rabbit_control.erl
@@ -295,8 +295,8 @@ action(unset_env, Node, [Var], _Opts, Inform) ->
Inform("Clearing control variable ~s for node ~p", [Var, Node]),
rpc_call(Node, application, unset_env, [rabbit, parse(Var)]);
-action(refresh_channel_config, Node, [], _Opts, Inform) ->
- Inform("Telling channels to refresh configuration", []),
+action(refresh_config, Node, [], _Opts, Inform) ->
+ Inform("Refreshing configuration", []),
rpc_call(Node, rabbit_channel, refresh_config_all, []);
action(set_permissions, Node, [Username, CPerm, WPerm, RPerm], Opts, Inform) ->