Skip to content

Commit

Permalink
[ISSUE #8105] fix typo about udpate user (#8106)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiliatom authored May 8, 2024
1 parent dcf892a commit d9742a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2907,7 +2907,7 @@ private RemotingCommand updateUser(ChannelHandlerContext ctx,
return this.brokerController.getAuthenticationMetadataManager().updateUser(old);
}).thenAccept(nil -> response.setCode(ResponseCode.SUCCESS))
.exceptionally(ex -> {
LOGGER.error("delete user {} error", requestHeader.getUsername(), ex);
LOGGER.error("update user {} error", requestHeader.getUsername(), ex);
return handleAuthException(response, ex);
})
.join();
Expand Down

0 comments on commit d9742a6

Please sign in to comment.