Skip to content

Commit

Permalink
Update server/src/main/java/org/elasticsearch/indices/recovery/Recove…
Browse files Browse the repository at this point in the history
…ryState.java

Co-authored-by: David Turner <david.turner@elastic.co>
  • Loading branch information
arteam and DaveCTurner committed May 22, 2024
1 parent 7dfa99e commit a925565
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ public synchronized XContentBuilder toXContent(XContentBuilder builder, Params p
}

@Override
public String toString() {
public synchronized String toString() {
return Strings.format(
"Translog{recovered=%d, total=%d, totalOnStart=%d, totalLocal=%d}",
recovered,
Expand Down

0 comments on commit a925565

Please sign in to comment.