aboutsummaryrefslogtreecommitdiff
path: root/Logs/Transfer.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-02 16:38:47 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-02 16:38:47 -0400
commitb9663fab96eb6086d0f26b7f0fe5d88c0fbe9257 (patch)
tree0925dbafd7d34110147c2a6a985d2eb305786880 /Logs/Transfer.hs
parent9b3b48943366e4af1a074da32c0fc27ec8f1156c (diff)
show bytesComplete
Diffstat (limited to 'Logs/Transfer.hs')
-rw-r--r--Logs/Transfer.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Logs/Transfer.hs b/Logs/Transfer.hs
index 52ed03e5c..921d8f815 100644
--- a/Logs/Transfer.hs
+++ b/Logs/Transfer.hs
@@ -70,6 +70,7 @@ describeTransfer t info = unwords
[ show $ transferDirection t
, show $ transferUUID t
, fromMaybe (key2file $ transferKey t) (associatedFile info)
+ , show $ bytesComplete info
]
{- Transfers that will accomplish the same task. -}