mneethiraj commented on code in PR #429:
URL: https://github.com/apache/ranger/pull/429#discussion_r1876327402
##########
plugin-ozone/src/main/java/org/apache/ranger/services/ozone/client/OzoneClient.java:
##########
@@ -151,43 +181,12 @@ public List<String> getKeyList(String keyPrefix,
List<String> finalVolumeList, L
} catch (IOException e) {
LOG.error("Unable to get Volume List");
if (LOG.isDebugEnabled()) {
- LOG.debug("<== OzoneClient.getVolumeList() Error : " , e);
+ LOG.debug("<== OzoneClient.getVolumeList() Error : ", e);
}
}
if (LOG.isDebugEnabled()) {
LOG.debug("<== OzoneClient.getVolumeList(): " + ret);
Review Comment:
Replace string concat with parameterized log call. Please review all other
occurrences as well.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]