From 5e8ef27b856939add37441864e8d4e13ea8f6149 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Thu, 2 May 2019 20:44:25 -0700 Subject: [PATCH] more debug --- src/croc/croc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/croc/croc.go b/src/croc/croc.go index 6993aeb0..ce6a3c0e 100644 --- a/src/croc/croc.go +++ b/src/croc/croc.go @@ -733,7 +733,7 @@ func (c *Client) setBar() { byteToDo := int64(len(c.CurrentFileChunks) * models.TCP_BUFFER_SIZE / 2) if byteToDo > 0 { bytesDone := c.FilesToTransfer[c.FilesToTransferCurrentNum].Size -byteToDo - log.Debug(bytesToDo) + log.Debug(byteToDo) log.Debug(c.FilesToTransfer[c.FilesToTransferCurrentNum].Size) log.Debug(bytesDone) if bytesDone > 0 {