summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-01-27 15:12:38 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-01-27 15:12:38 -0400
commit5e54eb79b8dbb58f9e772fc4c7c9fe900d045217 (patch)
tree6f8b091d47275e72bd0aca91b27099724b238ae7
parent9d3ba00a15ecc67eb98a9cf99561f2a54ade15c7 (diff)
less verbose
-rw-r--r--Backend/File.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Backend/File.hs b/Backend/File.hs
index 26a6add1a..35cbc0191 100644
--- a/Backend/File.hs
+++ b/Backend/File.hs
@@ -196,7 +196,6 @@ missingNote file 0 _ [] =
"** No known copies of " ++ file ++ " exist!"
missingNote file 0 _ untrusted =
"Only these untrusted locations may have copies of " ++ file ++
- "\n-- they could lose it at any time!" ++
"\n" ++ untrusted ++
"Back it up to trusted locations with git-annex copy."
missingNote file present needed [] =