We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0681977 commit b7fe103Copy full SHA for b7fe103
api/src/main/java/org/apache/cloudstack/api/command/admin/account/DisableAccountCmd.java
@@ -111,7 +111,7 @@ public String getEventDescription() {
111
String message = "Disabling account ";
112
113
if (getId() != null) {
114
- message += "with id: " + getId();
+ message += "with id: " + getResourceUuid(ApiConstants.ID);
115
} else {
116
message += getAccountName() + " in domain: " + getResourceUuid(ApiConstants.DOMAIN_ID);
117
}
0 commit comments