show bytesComplete

This commit is contained in:
Joey Hess 2013-04-02 16:38:47 -04:00
parent 6e7842475b
commit 7b6cf1981f

View file

@ -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. -}