summaryrefslogtreecommitdiff
path: root/Logs/Transfer.hs
diff options
context:
space:
mode:
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. -}