harikrishna-patnala commented on a change in pull request #5738:
URL: https://github.com/apache/cloudstack/pull/5738#discussion_r760749619



##########
File path: server/src/main/java/com/cloud/api/ApiResponseHelper.java
##########
@@ -3991,7 +3991,7 @@ public UsageRecordResponse createUsageResponse(Usage 
usageRecord, Map<String, Se
                 final StringBuilder builder = new StringBuilder();
                 builder.append("VMSnapshot on primary storage usage");
                 if (vmSnapshotVO != null) {
-                    builder.append(" Id: 
").append(vmSnapshotVO.getId()).append(" 
(").append(vmSnapshotVO.getUuid()).append(") ");
+                    builder.append(" Id: 
").append(vmSnapshotVO.getUuid()).append(" 
(").append(vmSnapshotVO.getUuid()).append(") ");

Review comment:
       we may need the same change at line:3951 
https://github.com/apache/cloudstack/blob/56ef349b0e49d00d21c63d2c2ef7bee6669e82a2/server/src/main/java/com/cloud/api/ApiResponseHelper.java#L3951




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


Reply via email to