diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2017-07-31 16:38:42 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2017-07-31 16:38:42 +0300 |
| commit | 5bcf9ab6ebcfaa5383965710f0e2cb7ebd8cba66 (patch) | |
| tree | 799b7b4fefe151188201471a9e229bb4f6e76e07 /src | |
| parent | d16e1582dd3809ed0a91f2a4c18cf12a8a2bc1b7 (diff) | |
| download | rabbitmq-server-git-5bcf9ab6ebcfaa5383965710f0e2cb7ebd8cba66.tar.gz | |
Wording
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_mirror_queue_misc.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_mirror_queue_misc.erl b/src/rabbit_mirror_queue_misc.erl index 4f13b5d408..dc23095fb1 100644 --- a/src/rabbit_mirror_queue_misc.erl +++ b/src/rabbit_mirror_queue_misc.erl @@ -238,8 +238,8 @@ add_mirror(QName, MirrorNode, SyncMode) -> rabbit_mirror_queue_slave:go(SPid, SyncMode); {error, Error} -> log_warning(QName, - "Unable to start queue slave on node '~p'. " - "Vhost is not started: ~p~n", + "Unable to start queue mirror on node '~p'. " + "Target virtual host is not running: ~p~n", [MirrorNode, Error]), ok end |
