Skip to content

Commit

Permalink
11
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukang-Lian authored and dataroaring committed Jun 5, 2024
1 parent 60adf25 commit 3b7a372
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ public void updateLoadData(long backendId, long receiveData) {

public void updateLoadDataInternal(long backendId, long receiveData) {
bePressureMap.get(backendId).add(receiveData);
LOG.info("Update load data for backend " + backendId, ", receiveData " + receiveData,
" , bePressureMap is " + bePressureMap.toString());
LOG.info("Update load data for backend {}, receiveData {}, bePressureMap {}", backendId, receiveData,
bePressureMap.toString());
}
}

0 comments on commit 3b7a372

Please sign in to comment.