summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Commands.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Commands.hs b/Commands.hs
index 9a79e9d0c..de3089a56 100644
--- a/Commands.hs
+++ b/Commands.hs
@@ -187,7 +187,7 @@ dropCmd file = notinBackend file $ \(key, backend) -> do
then do
cleanup key
showEndOk
- else showEndFail "backend refused to drop" file
+ else showEndFail "drop" file
where
cleanup key = do
logStatus key ValueMissing