summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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) ->