aboutsummaryrefslogtreecommitdiff
path: root/Remote/Rsync.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-08-17 10:42:14 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-08-17 10:42:14 -0400
commit29826eaa3d217a722a291b30fba5f9eda98ff518 (patch)
treed1458e3ddc08bf9cfac80650b15c40da5b5b6419 /Remote/Rsync.hs
parent7b7d9ed864684aa3d82640780d69c5285750ab03 (diff)
refactor
Diffstat (limited to 'Remote/Rsync.hs')
-rw-r--r--Remote/Rsync.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Remote/Rsync.hs b/Remote/Rsync.hs
index be9629b26..829a2661a 100644
--- a/Remote/Rsync.hs
+++ b/Remote/Rsync.hs
@@ -27,6 +27,7 @@ import Annex.Content
import Annex.UUID
import Annex.Ssh
import Remote.Helper.Special
+import Remote.Helper.Messages
import Remote.Rsync.RsyncUrl
import Crypto
import Utility.Rsync
@@ -222,7 +223,7 @@ remove o k = do
checkKey :: Git.Repo -> RsyncOpts -> CheckPresent
checkKey r o k = do
- showAction $ "checking " ++ Git.repoDescribe r
+ showChecking r
-- note: Does not currently differentiate between rsync failing
-- to connect, and the file not being present.
untilTrue (rsyncUrls o k) $ \u ->