From af1b6403bef17851d597cf47e18a9e45770f11bb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 3 Aug 2015 11:48:43 -0400 Subject: [PATCH] patch sent to hinotify --- ..._3_eb14f37daebccca05c413acd3112e5a0._comment | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/bugs/Error_writing_log_message_when_filename_contains_Unicode_chars/comment_3_eb14f37daebccca05c413acd3112e5a0._comment diff --git a/doc/bugs/Error_writing_log_message_when_filename_contains_Unicode_chars/comment_3_eb14f37daebccca05c413acd3112e5a0._comment b/doc/bugs/Error_writing_log_message_when_filename_contains_Unicode_chars/comment_3_eb14f37daebccca05c413acd3112e5a0._comment new file mode 100644 index 0000000000..c486518a41 --- /dev/null +++ b/doc/bugs/Error_writing_log_message_when_filename_contains_Unicode_chars/comment_3_eb14f37daebccca05c413acd3112e5a0._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 3""" + date="2015-08-03T15:28:00Z" + content=""" +I've developed a patch to hinotify that fixes the problem. Hopefully it will +be accepted upstream soon. Verified that with it, the assistant can add +these files even when run in LANG=C. + +The debug logger still shows the error message, but it's not actually fatal, +and I'm inclined to not do anything about it since it only shows up when +debugging is enabled. Actually, I'm not sure what to do about it; it's +writing to stderr, which has fileEncoding set on it, so I don't understand +why it's having the problem -- when git-annex writes filenames to stderr it +works ok, but when System.Log.Handler.Simple does, it fails like this +weird. +"""]]