show bytesComplete
This commit is contained in:
parent
6e7842475b
commit
7b6cf1981f
1 changed files with 1 additions and 0 deletions
|
@ -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. -}
|
||||
|
|
Loading…
Reference in a new issue