weizhouapache commented on a change in pull request #5738:
URL: https://github.com/apache/cloudstack/pull/5738#discussion_r761151485



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

Review comment:
       @DaanHoogland 
   line 3994 has `append(") ");` at the end but line 3951 does not have, should 
it be removed ?




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