bernardodemarco commented on code in PR #9504:
URL: https://github.com/apache/cloudstack/pull/9504#discussion_r2694571968


##########
api/src/main/java/org/apache/cloudstack/api/command/admin/user/DeleteUserKeysCmd.java:
##########
@@ -69,7 +69,7 @@ public String getEventType() {
 
     @Override
     public String getEventDescription() {
-        return ("Deleting API keypair " + id);
+        return String.format("Deleting API keypair with ID equal to %s",  id);

Review Comment:
   Sure, it makes sense



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