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


##########
api/src/main/java/org/apache/cloudstack/api/command/user/vpn/DeleteRemoteAccessVpnCmd.java:
##########
@@ -76,7 +76,7 @@ public long getEntityOwnerId() {
 
     @Override
     public String getEventDescription() {
-        return "Delete Remote Access VPN for Account " + getEntityOwnerId() + 
" for  ip id=" + publicIpId;
+        return "Delete Remote Access VPN for Account " + getEntityOwnerId() + 
" for IP:" + getResourceUuid(ApiConstants.PUBLIC_IP_ID);

Review Comment:
   ```suggestion
           return "Delete Remote Access VPN for Account " + getEntityOwnerId() 
+ " for IP: " + getResourceUuid(ApiConstants.PUBLIC_IP_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