Skip to content

Commit

Permalink
#4907 Incorrect adjustment of log printing resource parameters (#4908)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjgllgh authored Sep 20, 2023
1 parent d6a86a1 commit 4868920
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public String toJson() {
public String toString() {
return String.format(
"Number of instances(实例数):%d,(RAM)内存:%s ,cpu: %s",
this.getInstances(), this.getCores(), this.getMemory());
this.getInstances(), this.getMemory(), this.getCores());
}

public long getMemory() {
Expand Down

0 comments on commit 4868920

Please sign in to comment.