syed commented on a change in pull request #1940: CLOUDSTACK-9781:ACS records 
ID in events tables instead of UUID.
URL: https://github.com/apache/cloudstack/pull/1940#discussion_r122212598
 
 

 ##########
 File path: 
api/src/org/apache/cloudstack/api/command/user/snapshot/CreateSnapshotFromVMSnapshotCmd.java
 ##########
 @@ -151,7 +151,7 @@ public String getEventType() {
 
     @Override
     public String getEventDescription() {
-        return "creating snapshot from vm snapshot : " + getVMSnapshotId();
+        return "creating snapshot from vm snapshot : " + 
this._uuidMgr.getUuid(Snapshot.class,getVMSnapshotId());
 
 Review comment:
   Can you please check this `VMSnapshot.class` or `Snapshot.class`
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to