sureshanaparti commented on code in PR #12502:
URL: https://github.com/apache/cloudstack/pull/12502#discussion_r2720996500


##########
api/src/main/java/org/apache/cloudstack/api/command/user/vpc/RestartVPCCmd.java:
##########
@@ -118,7 +118,7 @@ public String getEventType() {
 
     @Override
     public String getEventDescription() {
-        return "restarting VPC id=" + getId();
+        return "Restarting VPC with ID:" + getResourceUuid(ApiConstants.ID);

Review Comment:
   ```suggestion
           return "Restarting VPC with ID: " + getResourceUuid(ApiConstants.ID);
   ```



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