diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2016-04-13 20:39:47 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2016-04-13 20:39:47 +0300 |
| commit | e77ff6980fed41fb30fc4b03575527f8864e2008 (patch) | |
| tree | 1cbf08e5c96d27a2cb109cc3a96353e10f64f258 /src | |
| parent | 50861dc51300ff0b15c73e52c059503e325a3bbb (diff) | |
| download | rabbitmq-server-git-e77ff6980fed41fb30fc4b03575527f8864e2008.tar.gz | |
Wording
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_log.erl | 2 |
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. |
