aboutsummaryrefslogtreecommitdiff
path: root/Remote/Helper/Messages.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Remote/Helper/Messages.hs')
-rw-r--r--Remote/Helper/Messages.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Helper/Messages.hs b/Remote/Helper/Messages.hs
index 484ea1955..014825776 100644
--- a/Remote/Helper/Messages.hs
+++ b/Remote/Helper/Messages.hs
@@ -29,7 +29,7 @@ showChecking :: Describable a => a -> Annex ()
showChecking v = showAction $ "checking " ++ describe v
cantCheck :: Describable a => a -> e
-cantCheck v = error $ "unable to check " ++ describe v
+cantCheck v = giveup $ "unable to check " ++ describe v
showLocking :: Describable a => a -> Annex ()
showLocking v = showAction $ "locking " ++ describe v