Skip to content

Commit

Permalink
Repair: fix log for inconsistent-left-subrange log statement
Browse files Browse the repository at this point in the history
Closes #327

Patch by Nathan Jackles; Reviewed by Jeff Jirsa for CASSANDRA-15173
  • Loading branch information
Jackels authored and jeffjirsa committed Jun 21, 2019
1 parent 58456fc commit 802989d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/org/apache/cassandra/utils/MerkleTree.java
Expand Up @@ -313,7 +313,7 @@ static int differenceHelper(MerkleTree ltree, MerkleTree rtree, List<TreeRange>
}
else if (!lreso)
{
logger.debug("({}) Left sub-range fully inconsistent {}", active.depth, right);
logger.debug("({}) Left sub-range fully inconsistent {}", active.depth, left);
ldiff = FULLY_INCONSISTENT;
}

Expand Down

0 comments on commit 802989d

Please sign in to comment.