Skip to content

Commit

Permalink
Optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonHxy committed Feb 4, 2024
1 parent 9b81662 commit 0eaf8ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ protected void processPacket() {
}
errorCode = BookieProtocol.ENOENTRY;
} catch (IOException e) {
LOG.error("Error reading {}", request, e);
LOG.error("IOException while reading {}", request, e);
errorCode = BookieProtocol.EIO;
} catch (BookieException.DataUnknownException e) {
LOG.error("Ledger {} is in an unknown state", request.getLedgerId(), e);
Expand Down

0 comments on commit 0eaf8ab

Please sign in to comment.