diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_plugins_main.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_plugins_main.erl b/src/rabbit_plugins_main.erl index 3976cc457b..42fb23b7c2 100644 --- a/src/rabbit_plugins_main.erl +++ b/src/rabbit_plugins_main.erl @@ -331,7 +331,7 @@ rpc_call(Node, Mod, Action, Args) -> AsyncKey = rpc:async_call(Node, Mod, Action, Args), rpc_progress(AsyncKey, Node, Action); pang -> io:format("Plugin configuration has changed. " - "Plugins were not ~p since node is down.~n" + "Plugins were not ~p since the node is down.~n" "Please start the broker to apply " "your changes.~n", [case Action of |
