Fix incorrect log call

At least vet catches it...
This commit is contained in:
Matt Joiner 2014-07-10 02:53:46 +10:00
parent 4c2d07337d
commit a88f856468
1 changed files with 1 additions and 1 deletions

View File

@ -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})