Skip to content

Commit

Permalink
bug: 打印调整#1046
Browse files Browse the repository at this point in the history
  • Loading branch information
zacYL committed Aug 8, 2023
1 parent 966df98 commit cd8f353
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,8 @@ class ClusterReplicator(
TimeUnit.SECONDS.sleep(1)
costTime++
}
logger.info("the result of storage consistency check for $sha256 is $checkResult, costTime: $costTime seconds")
logger.info("the result of storage consistency check for $sha256 is $checkResult," +
" costTime: $costTime seconds")
}
}

Expand Down

0 comments on commit cd8f353

Please sign in to comment.