diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-02 16:38:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-02 16:38:47 -0400 |
commit | b9663fab96eb6086d0f26b7f0fe5d88c0fbe9257 (patch) | |
tree | 0925dbafd7d34110147c2a6a985d2eb305786880 | |
parent | 9b3b48943366e4af1a074da32c0fc27ec8f1156c (diff) |
show bytesComplete
-rw-r--r-- | Logs/Transfer.hs | 1 |
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. -} |