Skip to content

Commit

Permalink
remove restart in string
Browse files Browse the repository at this point in the history
  • Loading branch information
mh0lt committed May 25, 2024
1 parent a2dbbfe commit 07a6952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webseed-peer.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ func requestUpdate(ws *webseedPeer) {

ws.updateRequestor = nil

ws.peer.logger.Levelf(log.Debug, "requestUpdate %d (p=%d,d=%d,n=%d) active(c=%d,m=%d,w=%d) complete(%d/%d) restart(%v)",
ws.peer.logger.Levelf(log.Debug, "requestUpdate %d (p=%d,d=%d,n=%d) active(c=%d,m=%d,w=%d) complete(%d/%d)",
ws.processedRequests, int(ws.peer.requestState.Requests.GetCardinality()), len(ws.peer.getDesiredRequestState().Requests.requestIndexes),
ws.nominalMaxRequests(), len(ws.activeRequests), ws.maxActiveRequests, ws.waiting, ws.peer.t.numPiecesCompleted(), ws.peer.t.NumPieces())

Expand Down

0 comments on commit 07a6952

Please sign in to comment.