Skip to content

Commit

Permalink
Revert "fix build"
Browse files Browse the repository at this point in the history
This reverts commit 742d680.
  • Loading branch information
nicoloboschi committed Nov 22, 2021
1 parent 742d680 commit 61176c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public void addComplete(int rc, final LedgerHandle lh, long entryId, Object ctx)
return;
}

this.entryId = entryId;
this.entryId = entryId;Producer.java
if (log.isDebugEnabled()) {
log.debug("[{}] [{}] write-complete: ledger-id={} entry-id={} size={} rc={}", this, ml.getName(),
lh.getId(), entryId, dataLength, rc);
Expand Down

0 comments on commit 61176c9

Please sign in to comment.