summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-17 20:35:33 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-17 20:35:33 -0400
commit8f634a5e16a7fae58c5bb24628e19c319905606e (patch)
tree467a827c30b5b9836015715ff9266748b80bd203
parent335c06171ac9a45a76b3b92d647615142bcc6ba0 (diff)
cleanup
-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