You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/12/02 13:59:50 UTC

[GitHub] [cloudstack] DaanHoogland commented on a change in pull request #5738: internal ref replaced by uuid

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



##########
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:
       what do you mean @weizhouapache ?




-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org