summaryrefslogtreecommitdiff
path: root/Remote/Web.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Remote/Web.hs')
-rw-r--r--Remote/Web.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Remote/Web.hs b/Remote/Web.hs
index 9892f4c98..357522836 100644
--- a/Remote/Web.hs
+++ b/Remote/Web.hs
@@ -11,6 +11,7 @@ module Remote.Web (remote) where
import Common.Annex
import Types.Remote
+import Remote.Helper.Messages
import qualified Git
import qualified Git.Construct
import Annex.Content
@@ -112,7 +113,7 @@ checkKey key = do
checkKey' :: Key -> [URLString] -> Annex (Either String Bool)
checkKey' key us = firsthit us (Right False) $ \u -> do
let (u', downloader) = getDownloader u
- showAction $ "checking " ++ u'
+ showChecking u'
case downloader of
QuviDownloader ->
#ifdef WITH_QUVI