Skip to content

Commit

Permalink
Copy/pasta bug in stat name
Browse files Browse the repository at this point in the history
  • Loading branch information
jwolski committed Aug 7, 2015
1 parent 3450d95 commit 21eca11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/event-forwarder.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = function createEventForwarder(ringpop) {
ringpop.ring.on('checksumComputed', onRingChecksumComputed);

function onMembershipChecksumComputed() {
ringpop.stat('increment', 'ring.checksum-computed');
ringpop.stat('increment', 'membership.checksum-computed');
ringpop.emit('membershipChecksumComputed');
}

Expand Down

0 comments on commit 21eca11

Please sign in to comment.