diff --git a/client.go b/client.go index 1b6f89e8..15955a80 100644 --- a/client.go +++ b/client.go @@ -1047,7 +1047,7 @@ func (me *Client) downloadedChunk(t *torrent, c *connection, msg *pp.Message) er } } if cancelled { - log.Print("cancelled concurrent requests for %v", req) + log.Printf("cancelled concurrent requests for %v", req) } me.dataReady(dataSpec{t.InfoHash, req})