GutoVeronezi commented on a change in pull request #4960:
URL: https://github.com/apache/cloudstack/pull/4960#discussion_r624134589



##########
File path: engine/schema/src/main/java/com/cloud/user/AccountVO.java
##########
@@ -188,7 +188,7 @@ public long getAccountId() {
 
     @Override
     public String toString() {
-        return new 
StringBuilder("Acct[").append(uuid).append("-").append(accountName).append("]").toString();
+        return String.format("Account {\"id\": %s, \"name\": \"%s\", \"uuid\": 
\"%s\"}", id, accountName, uuid);

Review comment:
       @DaanHoogland done.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to