Skip to content

Commit

Permalink
#4907 Incorrect adjustment of log printing resource parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
sjgllgh committed Sep 18, 2023
1 parent 8f149e1 commit ed1d64b
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 ed1d64b

Please sign in to comment.