diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-01-30 13:19:48 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-01-30 13:19:48 +0000 |
| commit | 9ae275a2d34a2911f9650960b611433807f38f24 (patch) | |
| tree | e3cfc658908723f892536499454d29ae71f76a56 /src | |
| parent | d7ab916102209c17ebeb25139688dd2c249dc107 (diff) | |
| download | rabbitmq-server-git-9ae275a2d34a2911f9650960b611433807f38f24.tar.gz | |
It's a resource, it'll print 'queue' anyway.
Diffstat (limited to 'src')
| -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 baebc52b27..d1caf5aa68 100644 --- a/src/rabbit_mirror_queue_misc.erl +++ b/src/rabbit_mirror_queue_misc.erl @@ -137,7 +137,7 @@ add_mirror(Queue, MirrorNode) -> [] -> Result = rabbit_mirror_queue_slave_sup:start_child( MirrorNode, [Q]), rabbit_log:info( - "Adding mirror of queue ~s on node ~p: ~p~n", + "Adding mirror of ~s on node ~p: ~p~n", [rabbit_misc:rs(Name), MirrorNode, Result]), case Result of {ok, _Pid} -> ok; |
