From 885215508ce8e07676fd92cd8bbb4ac68bd5c1b8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 18 Mar 2011 17:05:03 -0400 Subject: [PATCH] add --- doc/bugs/fsck_output.mdwn | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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]]