lfs/tq: use extra arguments given to tracerx.Printf

This commit is contained in:
Taylor Blau 2016-10-14 13:00:49 -06:00
parent cb80b9d526
commit 3e7b872470

@ -498,7 +498,7 @@ func (q *TransferQueue) retryCollector() {
q.Add(t)
if q.batcher != nil {
tracerx.Printf("tq: flushing batch in response to retry #%d for %q", count, t.Oid(), t.Size())
tracerx.Printf("tq: flushing batch in response to retry #%d for %q (size: %d)", count, t.Oid(), t.Size())
q.batcher.Flush()
}
}