Skip to content

Commit

Permalink
chore: update debug log
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Ma <[email protected]>
  • Loading branch information
jim3ma committed Jun 17, 2024
1 parent fe9913b commit 7c9fc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/daemon/peer/peertask_piecetask_synchronizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ func (s *synchronizerWatchdog) watch(timeout time.Duration) {
curReadyPieces := s.peerTaskConductor.readyPieces.Settled()
// check ready pieces count, if not changed in timeout, report to scheduler
if curReadyPieces == lastReadyPieces {
s.peerTaskConductor.Warnf("watch sync pieces timeout")
s.peerTaskConductor.Warnf("watch sync pieces timeout, current pieces: %d", curReadyPieces)
s.reportWatchFailed()
} else {
s.peerTaskConductor.Debugf("watch ready pieces ok, current pieces: %d, last pieces: %d",
Expand Down

0 comments on commit 7c9fc1a

Please sign in to comment.