sureshanaparti commented on code in PR #12502:
URL: https://github.com/apache/cloudstack/pull/12502#discussion_r2720997862
##########
api/src/main/java/org/apache/cloudstack/api/command/user/vpc/DeleteStaticRouteCmd.java:
##########
@@ -69,7 +69,7 @@ public String getEventType() {
@Override
public String getEventDescription() {
- return ("Deleting static route id=" + id);
+ return "Deleting static route with ID:" +
getResourceUuid(ApiConstants.ID);
Review Comment:
```suggestion
return "Deleting static route 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]