jyotirmoy-gh commented on code in PR #5762:
URL: https://github.com/apache/ozone/pull/5762#discussion_r1422292443
##########
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:
`%n` will also implement a newline as `\n`. I referred the other commands
verbose output for `%n` -
https://github.com/apache/ozone/blob/fd9bb1e2a41230721261619490b93cd07c752bb0/hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/shell/snapshot/CreateSnapshotHandler.java#L58
--
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]