hemantk-12 commented on code in PR #5762:
URL: https://github.com/apache/ozone/pull/5762#discussion_r1422279520


##########
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:
   Is there a need of ` %n`?
   ```suggestion
         err().printf("Snapshot info for snapshot: %s under o3://%s/%s",
   ```



-- 
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]

Reply via email to