Skip to content

Commit

Permalink
Update format
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-alhuang committed May 7, 2024
1 parent 6fa4f36 commit 7de3582
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@ private void createWorkers() {
} catch (Exception e) {
String errorMessage =
String.format(
"Failed to schedule a flush task, client=%s, exception=%s, detail=%s, trace=%s.",
"Failed to schedule a flush task, client=%s, exception=%s, detail=%s,"
+ " trace=%s.",
this.owningClient.getName(),
e.getClass().getName(),
e.getMessage(),
Expand Down

0 comments on commit 7de3582

Please sign in to comment.