Skip to content

Commit

Permalink
[ISSUE apache#8816] Fix log typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
luozongle01 committed Oct 12, 2024
1 parent 11f0002 commit f20e892
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ private boolean applyBrokerId() {
return true;

} catch (Exception e) {
LOGGER.error("fail to apply broker id: {}", e, tempBrokerMetadata.getBrokerId());
LOGGER.error("fail to apply broker id: {}", tempBrokerMetadata.getBrokerId(), e);
return false;
}
}
Expand Down

0 comments on commit f20e892

Please sign in to comment.