display drop from remote more consistently
With eg copy --to remote This is particularly an improvement in sync --content output, which mixes the two, so it's nice to have consistent display.
This commit is contained in:
parent
b34474e4e3
commit
549d390d03
1 changed files with 2 additions and 1 deletions
|
@ -108,7 +108,8 @@ startLocal pcc afile ai si numcopies mincopies key preverified ud =
|
|||
|
||||
startRemote :: PreferredContentChecked -> AssociatedFile -> ActionItem -> SeekInput -> NumCopies -> MinCopies -> Key -> DroppingUnused -> Remote -> CommandStart
|
||||
startRemote pcc afile ai si numcopies mincopies key ud remote =
|
||||
starting ("drop " ++ Remote.name remote) (OnlyActionOn key ai) si $
|
||||
starting "drop" (OnlyActionOn key ai) si $ do
|
||||
showAction $ UnquotedString $ "from " ++ Remote.name remote
|
||||
performRemote pcc key afile numcopies mincopies remote ud
|
||||
|
||||
performLocal :: PreferredContentChecked -> Key -> AssociatedFile -> NumCopies -> MinCopies -> [VerifiedCopy] -> DroppingUnused -> CommandPerform
|
||||
|
|
Loading…
Reference in a new issue