From: Matt Joiner Date: Wed, 9 Jul 2014 16:53:46 +0000 (+1000) Subject: Fix incorrect log call X-Git-Tag: v1.0.0~1678 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=a88f856468fb4dac725f0fdc074817dd1fffe04f;p=btrtrc.git Fix incorrect log call At least vet catches it... --- 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})