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 b7e99b5 commit 0835e97
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 @@ -215,7 +215,7 @@ do_discovery(QueueName, PeerInfo, Type) ->
riak_kv_replrtq_snk:add_snkqueue(
QueueName, DiscoveredPeers, SnkWorkerCount, PerPeerLimit),
true;
{DiscoveredPeers, OldPeers} when is_list(OldPeers) ->
{DiscoveredPeers, _} when is_list(CurrentPeers) ->
lager:info(
"Type=~w discovery old_peers=~w new_peers=~w",
[Type, length(CurrentPeers), length(OldPeers)]),
Expand Down

0 comments on commit 0835e97

Please sign in to comment.