Skip to content

Commit

Permalink
Update zookeeper-server/src/main/java/org/apache/zookeeper/server/Zoo…
Browse files Browse the repository at this point in the history
…KeeperServer.java

Co-authored-by: Kezhu Wang <[email protected]>
  • Loading branch information
luozongle01 and kezhuw authored Oct 28, 2024
1 parent a88a185 commit c389157
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2375,7 +2375,7 @@ public boolean authWriteRequest(Request request) {
try {
request.cnxn.sendResponse(rh, null, null);
} catch (IOException e) {
LOG.error("IOException", e);
LOG.warn("IOException", e);
}
}
}
Expand Down

0 comments on commit c389157

Please sign in to comment.