Skip to content

Commit

Permalink
[Log] Fix a log issue in BDBJournalCursor (apache#6006)
Browse files Browse the repository at this point in the history
  • Loading branch information
GoGoWen authored Jun 10, 2021
1 parent d33a6d1 commit 54c7d17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import java.util.List;

public class BDBJournalCursor implements JournalCursor {
private static final Logger LOG = LogManager.getLogger(JournalCursor.class);
private static final Logger LOG = LogManager.getLogger(BDBJournalCursor.class);

private long toKey;
private long currentKey;
Expand Down

0 comments on commit 54c7d17

Please sign in to comment.