Skip to content

Commit

Permalink
Update src/riak_kv_replrtq_peer.erl
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Arts <thomas.arts@quviq.com>
  • Loading branch information
martinsumner and ThomasArts committed Oct 5, 2023
1 parent 0835e97 commit b0cf584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riak_kv_replrtq_peer.erl
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ do_discovery(QueueName, PeerInfo, Type) ->
{DiscoveredPeers, _} when is_list(CurrentPeers) ->
lager:info(
"Type=~w discovery old_peers=~w new_peers=~w",
[Type, length(CurrentPeers), length(OldPeers)]),
[Type, length(CurrentPeers), length(DiscoveredPeers)]),
riak_kv_replrtq_snk:add_snkqueue(
QueueName, DiscoveredPeers, SnkWorkerCount, PerPeerLimit),
true;
Expand Down

0 comments on commit b0cf584

Please sign in to comment.