diff options
| author | Tim Watson <tim@rabbitmq.com> | 2012-07-25 09:52:15 +0100 |
|---|---|---|
| committer | Tim Watson <tim@rabbitmq.com> | 2012-07-25 09:52:15 +0100 |
| commit | fb39be8e8150af8ef6ac230ec34af34cf523cdb4 (patch) | |
| tree | 2de8130108e52adce3fd960304021a5f9521dc62 | |
| parent | 1b914cfbed20d1927453a61ad473c78d9842cb5d (diff) | |
| download | rabbitmq-server-git-fb39be8e8150af8ef6ac230ec34af34cf523cdb4.tar.gz | |
NB: is superfluous in comments
| -rw-r--r-- | src/rabbit_mirror_queue_misc.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_mirror_queue_misc.erl b/src/rabbit_mirror_queue_misc.erl index 42e1516adb..ba62a7346f 100644 --- a/src/rabbit_mirror_queue_misc.erl +++ b/src/rabbit_mirror_queue_misc.erl @@ -152,7 +152,7 @@ add_mirror(Queue, MirrorNode) -> start_child(Name, MirrorNode, Q) -> case rabbit_mirror_queue_slave_sup:start_child(MirrorNode, [Q]) of {ok, undefined} -> - %% NB: this means the mirror process was + %% this means the mirror process was %% already running on the given node. ok; {ok, SPid} -> |
