summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2015-12-30 08:51:21 +0300
committerMichael Klishin <michael@clojurewerkz.org>2015-12-30 08:51:21 +0300
commit1c8f9352e34ad365bda380155eedceeb7dc7f0af (patch)
tree9e4c23f0fe6b7ef4d5cc51c280cfa8bb43d1fac9
parent9d7ff053cd3a5e8ccf9d3d4bf2a65860f5693c5d (diff)
downloadrabbitmq-server-git-1c8f9352e34ad365bda380155eedceeb7dc7f0af.tar.gz
Wording
-rw-r--r--src/rabbit_control_main.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_control_main.erl b/src/rabbit_control_main.erl
index cb4e6315ce..fe5e77093f 100644
--- a/src/rabbit_control_main.erl
+++ b/src/rabbit_control_main.erl
@@ -661,8 +661,8 @@ require_mnesia_stopped(Node, Fun) ->
case Fun() of
{error, mnesia_unexpectedly_running} ->
{error_string, rabbit_misc:format(
- " mnesia is still running on node ~p.
- It need to be stopped with stop_app first", [Node])};
+ " Mnesia is still running on node ~p.
+ Please stop the node with rabbitmqctl stop_app first.", [Node])};
Other -> Other
end.