new: bugs/fsck output

This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U 2011-03-18 17:54:32 +00:00 committed by admin
parent 70a8a3ab71
commit 8fed2539a3

16
doc/bugs/fsck_output.mdwn Normal file
View file

@ -0,0 +1,16 @@
When you check several files and the fsck fails, you get confusing output:
<pre>
fsck test1 (checksum...)
Only 1 of 2 trustworthy copies of test1 exist.
Back it up with git-annex copy.
failed
fsck test2 (checksum...)
Only 1 of 2 trustworthy copies of test2 exist.
Back it up with git-annex copy.
failed
</pre>
The newline is in the wrong place and confuses the user. It should be printed _after_ "failed".