summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2016-04-13 20:39:47 +0300
committerMichael Klishin <mklishin@pivotal.io>2016-04-13 20:39:47 +0300
commite77ff6980fed41fb30fc4b03575527f8864e2008 (patch)
tree1cbf08e5c96d27a2cb109cc3a96353e10f64f258
parent50861dc51300ff0b15c73e52c059503e325a3bbb (diff)
downloadrabbitmq-server-git-e77ff6980fed41fb30fc4b03575527f8864e2008.tar.gz
Wording
-rw-r--r--src/rabbit_log.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_log.erl b/src/rabbit_log.erl
index e3e1d7042f..ed73a293ca 100644
--- a/src/rabbit_log.erl
+++ b/src/rabbit_log.erl
@@ -107,7 +107,7 @@ with_local_io(Fun) ->
set_group_leader_to_user() ->
case whereis(user) of
undefined ->
- warning("'user' IO process has died, you'd better restart erlang VM");
+ warning("the 'user' I/O process has terminated, some features will fail until Erlang VM is restarted");
User ->
group_leader(User, self())
end.