summaryrefslogtreecommitdiff
path: root/src/rabbit_mirror_queue_sync.erl
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-01-07 12:10:46 +0000
committerSimon MacMullen <simon@rabbitmq.com>2013-01-07 12:10:46 +0000
commite85848a7fffba26d3859a54d81a8b84ee9533f63 (patch)
tree5972761f642a206516faf70e9e254f3fb8c7def4 /src/rabbit_mirror_queue_sync.erl
parent1d15ffde6cf646d05861d6cd71d4c4519f36c798 (diff)
parent716d91ed4d1935c966126a7636195c2ab57770eb (diff)
downloadrabbitmq-server-e85848a7fffba26d3859a54d81a8b84ee9533f63.tar.gz
Merge default
Diffstat (limited to 'src/rabbit_mirror_queue_sync.erl')
-rw-r--r--src/rabbit_mirror_queue_sync.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rabbit_mirror_queue_sync.erl b/src/rabbit_mirror_queue_sync.erl
index e3f254e4..f2ab67cd 100644
--- a/src/rabbit_mirror_queue_sync.erl
+++ b/src/rabbit_mirror_queue_sync.erl
@@ -157,8 +157,7 @@ syncer(Ref, Log, MPid, SPids) ->
end] of
[] -> Log("all slaves already synced", []);
SPids1 -> MPid ! {ready, self()},
- Log("~p to sync", [[rabbit_misc:pid_to_string(SPid) ||
- SPid <- SPids1]]),
+ Log("mirrors ~p to sync", [[node(SPid) || SPid <- SPids1]]),
syncer_loop(Ref, MPid, SPids1)
end.