Skip to content

Commit

Permalink
remove stack trace when sasl not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJuge committed Sep 18, 2024
1 parent 71e6258 commit 586f780
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public JMXConnector connect() throws IOException {
}
});
} catch (ReflectiveOperationException e) {
logger.log(Level.WARNING, "SASL unsupported in current environment: " + e.getMessage(), e);
logger.log(Level.WARNING, "SASL unsupported in current environment: " + e.getMessage());
}

try {
Expand Down

0 comments on commit 586f780

Please sign in to comment.