summaryrefslogtreecommitdiff
path: root/src
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 09:01:45 +0300
commit29af23b74dd159ae44471d53bec50253cc5fbcb0 (patch)
treed1d177a40243e60bdc8349bfc4ddd2e8d6c3f649 /src
parent3c0229f065b2312926b0683f0f9acd66728889ff (diff)
downloadrabbitmq-server-git-29af23b74dd159ae44471d53bec50253cc5fbcb0.tar.gz
Wording
Diffstat (limited to 'src')
-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.