diff --git a/doc/bugs/fsck_output.mdwn b/doc/bugs/fsck_output.mdwn index 413336b313..3ded1b409e 100644 --- a/doc/bugs/fsck_output.mdwn +++ b/doc/bugs/fsck_output.mdwn @@ -25,4 +25,12 @@ The newline is in the wrong place and confuses the user. It should be printed _a > > Fixing this properly would involve storing state, or rethinking > when git-annex displays newlines (and I rather like its behavior -> otherwise). --[[Joey]] +> otherwise). +> +> A related problem occurs if an error message is unexpetedly printed. +> Dummying up an example: +> +> O get test1 (copying from foo...) E git-annex: failed to run ssh +> failed +> +> --[[Joey]]