client.go | 2 +- diff --git a/client.go b/client.go index 1b6f89e8912dc8dd200a65b18b198204c5265faa..15955a8057a65f8a974d97eca7d5a7f47a3c868b 100644 --- a/client.go +++ b/client.go @@ -1047,7 +1047,7 @@ me.replenishConnRequests(t, c) } } if cancelled { - log.Print("cancelled concurrent requests for %v", req) + log.Printf("cancelled concurrent requests for %v", req) } me.dataReady(dataSpec{t.InfoHash, req})