mirror of https://github.com/apache/cloudstack.git
fix id obtention in disable account api
This commit is contained in:
parent
e017ba1e6c
commit
3e6bbf8bb7
|
|
@ -111,7 +111,7 @@ public class DisableAccountCmd extends BaseAsyncCmd {
|
|||
String message = "Disabling Account ";
|
||||
|
||||
if (getId() != null) {
|
||||
message += "with id: " + getId();
|
||||
message += "with id: " + getResourceUuid(ApiConstants.ID);
|
||||
} else {
|
||||
message += getAccountName() + " in domain: " + getResourceUuid(ApiConstants.DOMAIN_ID);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue