jyotirmoy-gh commented on code in PR #5762:
URL: https://github.com/apache/ozone/pull/5762#discussion_r1422281078
##########
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/shell/snapshot/InfoSnapshotHandler.java:
##########
@@ -56,7 +56,7 @@ protected void execute(OzoneClient client, OzoneAddress
address)
.getSnapshotInfo(volumeName, bucketName, snapshotName);
if (isVerbose()) {
- err().printf("Snapshot info for snapshot: %d under o3://%s/ %s ",
+ err().printf("Snapshot info for snapshot: %s under o3://%s/%s %n",
Review Comment:
This is for better representation of the output. Without %n the opening
bracket starts in the same line after o3 url.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]